Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileMySourcesGroovy (0.24 sec)

  1. platforms/jvm/language-groovy/src/integTest/groovy/org/gradle/groovy/compile/GroovyJavaJointCompileSourceOrderIntegrationTest.groovy

                    mySources
                }
    
                tasks.named('compileMySourcesJava') {
                    classpath += files(sourceSets.mySources.groovy.classesDirectory)
                }
                tasks.named('compileMySourcesGroovy') {
                    classpath = sourceSets.mySources.compileClasspath
                }
                dependencies {
                    mySourcesImplementation localGroovy()
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top