Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/AbstractInitIntegrationSpec.groovy

        }
    
        protected ScriptDslFixture dslFixtureFor(BuildInitDsl dsl) {
            ScriptDslFixture.of(dsl, targetDir, subprojectName())
        }
    
        protected ScriptDslFixture rootProjectDslFixtureFor(BuildInitDsl dsl) {
            ScriptDslFixture.of(dsl, targetDir, null)
        }
    
        protected TestFile pom() {
            targetDir.file("pom.xml") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 07:17:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top