Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withSubprojects (0.14 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/JavaTestProjectGenerator.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionIntegrationTest.groovy

            file('merge.txt').text == 'p1.zip,p2.zip'
        }
    
        private void withSubprojects(String... subprojects) {
            subprojects.each {
                createDir it
                settingsFile "include '$it'\n"
            }
        }
    
        private void withZipArtifactProducingSubprojects(String... subprojects) {
            withSubprojects subprojects
            taskTypeWithOutputFileProperty()
            buildFile '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 12:54:09 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top