Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSourceSets (0.12 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r56/ToolingApiEclipseModelTestSourcesCrossVersionSpec.groovy

                    compileOnly 'com.google.guava:guava:21.0'
                    testImplementation 'junit:junit:4.13'
                }
    
                eclipse {
                    classpath {
                        testSourceSets = [sourceSets.main]
                        testConfigurations = [configurations.compileClasspath, configurations.runtimeClasspath]
                    }
                }
            """
            file('src/main/java').mkdirs()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top