Disable artifatoryPublish for testdata*

This commit is contained in:
Rob Winch
2014-01-16 21:07:38 -06:00
parent f372b81039
commit 416ce6a3bc

View File

@@ -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'
}