Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withMultiProjectBuild (0.35 sec)

  1. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

        @Test
        fun `same script, target type & classpath`() {
    
            // given: multi-project build with same build files
            val sameContent = """println("Same script content on ${'$'}this")"""
            withMultiProjectBuild(left = sameContent, right = sameContent).apply {
    
                // when: first use
                buildForCacheInspection("help").apply {
                    compilationTrace(projectRoot) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top