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