Wildfly unpacked forlder used for tests should not be included into distribution artifacts
This commit is contained in:
parent
00d01c53d6
commit
2d4da59611
|
@ -87,6 +87,8 @@ def osgiDescription() {
|
||||||
return "A module of the Hibernate O/RM project"
|
return "A module of the Hibernate O/RM project"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildDir = "target"
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
subprojects { subProject ->
|
subprojects { subProject ->
|
||||||
|
|
|
@ -20,6 +20,8 @@ repositories {
|
||||||
|
|
||||||
apply plugin: "groovy"
|
apply plugin: "groovy"
|
||||||
|
|
||||||
|
buildDir = "target"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile gradleApi()
|
compile gradleApi()
|
||||||
compile localGroovy()
|
compile localGroovy()
|
||||||
|
|
Loading…
Reference in New Issue