Fixed the broken build
This commit is contained in:
@@ -54,7 +54,7 @@ class GenerateServerTestsTask extends ConventionTask {
|
||||
project.logger.info("Contracts are unpacked to [${contractsDslDir}]")
|
||||
project.logger.info("Included contracts are [${props.includedContracts}]")
|
||||
|
||||
def sourceSetType = getConfigProperties().getTestFramework() == TestFramework.SPOCK ?
|
||||
def sourceSetType = getConfigProperties().getTargetFramework() == TestFramework.SPOCK ?
|
||||
"groovy" : "java"
|
||||
|
||||
project.sourceSets.test."${sourceSetType}" {
|
||||
|
||||
Reference in New Issue
Block a user