Disable artifatoryPublish for testdata*
This commit is contained in:
@@ -17,6 +17,10 @@ subprojects {
|
||||
targetCompatibility = 1.6
|
||||
}
|
||||
|
||||
configure(subprojects.findAll { it.name.startsWith('testdata')}) {
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
}
|
||||
|
||||
configure(subprojects.findAll { it.name=='springloaded-core' }) {
|
||||
apply plugin: 'maven'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user