fix test target by excluding testng dependency
This commit is contained in:
@ -25,6 +25,10 @@ configurations {
|
||||
}
|
||||
}
|
||||
|
||||
configurations.testImplementation {
|
||||
exclude group:'org.codehaus.groovy', module:'groovy-testng'
|
||||
}
|
||||
|
||||
// publish core to local maven repo for sister projects
|
||||
publishing {
|
||||
publications {
|
||||
|
@ -8,3 +8,7 @@ dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "org.codehaus.groovy:groovy-all:${groovyVersion}"
|
||||
}
|
||||
|
||||
configurations.testImplementation {
|
||||
exclude group:'org.codehaus.groovy', module:'groovy-testng'
|
||||
}
|
||||
|
Reference in New Issue
Block a user