move to springloaded

This commit is contained in:
Rob Winch
2014-01-16 21:49:54 -06:00
parent 416ce6a3bc
commit 5361830d56
212 changed files with 5 additions and 7 deletions

View File

@@ -19,8 +19,4 @@ subprojects {
configure(subprojects.findAll { it.name.startsWith('testdata')}) {
tasks.findByPath("artifactoryPublish")?.enabled = false
}
configure(subprojects.findAll { it.name=='springloaded-core' }) {
apply plugin: 'maven'
}
}

View File

@@ -1,4 +1,4 @@
include "springloaded-core"
include "springloaded"
include "testdata"
include "testdata-groovy"
include "testdata-plugin"

View File

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