We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d01c5 commit 2d4da59Copy full SHA for 2d4da59
build.gradle
@@ -87,6 +87,8 @@ def osgiDescription() {
87
return "A module of the Hibernate O/RM project"
88
}
89
90
+buildDir = "target"
91
+
92
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93
94
subprojects { subProject ->
buildSrc/build.gradle
@@ -20,6 +20,8 @@ repositories {
20
21
apply plugin: "groovy"
22
23
24
25
dependencies {
26
compile gradleApi()
27
compile localGroovy()
0 commit comments