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"
|
||||
}
|
||||
|
||||
buildDir = "target"
|
||||
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
subprojects { subProject ->
|
||||
|
|
|
@ -20,6 +20,8 @@ repositories {
|
|||
|
||||
apply plugin: "groovy"
|
||||
|
||||
buildDir = "target"
|
||||
|
||||
dependencies {
|
||||
compile gradleApi()
|
||||
compile localGroovy()
|
||||
|
|
Loading…
Reference in New Issue