Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for javaLibraryCanDependOnScalaLibraryProject (0.28 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/compile/ScalaCompileWithJavaLibraryIntegrationTest.groovy

        @Rule public final ZincScalaCompileFixture zincScalaCompileFixture = new ZincScalaCompileFixture(executer, temporaryFolder)
    
        def setup() {
            executer.withRepositoryMirrors()
        }
    
        def javaLibraryCanDependOnScalaLibraryProject() {
            when:
            run ":compileJava"
    
            then:
            executedAndNotSkipped(":lib:compileScala")
            notExecuted(":lib:processResources", ":lib:jar")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top