Build: Introduce Project extension properties for source sets
This commit is contained in:
@@ -128,7 +128,6 @@ val performanceTestRuntime by configurations.creating {
|
||||
}
|
||||
|
||||
val performanceTest by run {
|
||||
val sourceSets = javaPluginConvention().sourceSets
|
||||
sourceSets.creating {
|
||||
compileClasspath += sourceSets["test"].output
|
||||
compileClasspath += sourceSets["main"].output
|
||||
|
||||
Reference in New Issue
Block a user