Skip to content

Commit 2d4da59

Browse files
committed
Wildfly unpacked forlder used for tests should not be included into distribution artifacts
1 parent 00d01c5 commit 2d4da59

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def osgiDescription() {
8787
return "A module of the Hibernate O/RM project"
8888
}
8989

90+
buildDir = "target"
91+
9092
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9193

9294
subprojects { subProject ->

buildSrc/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ repositories {
2020

2121
apply plugin: "groovy"
2222

23+
buildDir = "target"
24+
2325
dependencies {
2426
compile gradleApi()
2527
compile localGroovy()

0 commit comments

Comments
 (0)