Build: Fix performanceTestCompileOnly configuration
This commit is contained in:
@@ -32,7 +32,6 @@ sourceSets {
|
|||||||
"performanceTest" {
|
"performanceTest" {
|
||||||
java.srcDirs("performanceTests")
|
java.srcDirs("performanceTests")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val performanceTestCompile by configurations
|
val performanceTestCompile by configurations
|
||||||
@@ -41,7 +40,7 @@ performanceTestCompile.apply {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val performanceTestCompileOnly by configurations
|
val performanceTestCompileOnly by configurations
|
||||||
performanceTestCompile.apply {
|
performanceTestCompileOnly.apply {
|
||||||
extendsFrom(configurations["testCompileOnly"])
|
extendsFrom(configurations["testCompileOnly"])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user