Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getScriptDsl (0.17 sec)

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

     */
    abstract class MavenConversionDynamicPomIntegrationTest extends AbstractInitIntegrationSpec {
    
        @Override
        String subprojectName() { null }
    
        abstract BuildInitDsl getScriptDsl()
    
        def setup() {
            /**
             * We need to configure the local maven repository explicitly as
             * RepositorySystem.defaultUserLocalRepository is statically initialised and used when
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

        @Rule
        public final HttpServer server = new HttpServer()
    
        @Override
        String subprojectName() { null }
    
        abstract BuildInitDsl getScriptDsl()
    
        def setup() {
            /**
             * We need to configure the local maven repository explicitly as
             * RepositorySystem.defaultUserLocalRepository is statically initialised and used when
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top