Merge pull request #33 from rwinch/artifactory-publish
Artifactory publish
This commit is contained in:
@@ -17,6 +17,6 @@ subprojects {
|
||||
targetCompatibility = 1.6
|
||||
}
|
||||
|
||||
configure(subprojects.findAll { it.name=='springloaded-core' }) {
|
||||
apply plugin: 'maven'
|
||||
}
|
||||
configure(subprojects.findAll { it.name.startsWith('testdata')}) {
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
include "springloaded-core"
|
||||
include "springloaded"
|
||||
include "testdata"
|
||||
include "testdata-groovy"
|
||||
include "testdata-plugin"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apply plugin: 'maven'
|
||||
|
||||
group = "org.springsource.loaded"
|
||||
version = '1.1.5.BUILD-SNAPSHOT'
|
||||
jar.baseName = 'springloaded'
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user