Wildfly unpacked forlder used for tests should not be included into distribution artifacts

This commit is contained in:
Andrea Boriero 2017-03-17 09:07:24 +00:00
parent 00d01c53d6
commit 2d4da59611
2 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,8 @@ def osgiDescription() {
return "A module of the Hibernate O/RM project"
}
buildDir = "target"
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
subprojects { subProject ->

View File

@ -20,6 +20,8 @@ repositories {
apply plugin: "groovy"
buildDir = "target"
dependencies {
compile gradleApi()
compile localGroovy()