mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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…
x
Reference in New Issue
Block a user