Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkClasspath (0.1 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileIntegrationTest.groovy

                    }
                }
            """
    
            file('a/build.gradle') << '''
                dependencies {
                    implementation project(':b')
                }
    
                task checkClasspath {
                    def classpath = compileJava.classpath
                    doLast {
                        def compileClasspath = classpath.files*.name
                        assert !compileClasspath.contains('b.jar')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top