Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withCompileClasspathAsReference (0.34 sec)

  1. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/integtests/resolve/consistency/JavaProjectResolutionConsistencyIntegrationTest.groovy

                        url "${mavenHttpRepo.uri}"
                    }
                }
            """
        }
    
        def "can configure the runtime classpath to be consistent with the compile classpath"() {
            withCompileClasspathAsReference()
            def foo = mavenHttpRepo.module('org', 'foo', '1.0')
                .dependsOn("org", "transitive", "1.0")
                .publish()
            def bar = mavenHttpRepo.module('org', 'bar', '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top