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 9946b27 commit 06045e3Copy full SHA for 06045e3
grails-shell/build.gradle
@@ -6,6 +6,10 @@ repositories {
6
jcenter()
7
}
8
9
+ext {
10
+ gradleToolingApiVersion = gradle.gradleVersion
11
+}
12
+
13
dependencies {
14
compile project(":grails-bootstrap")
15
compile "org.apache.ant:ant:$antVersion"
@@ -14,7 +18,7 @@ dependencies {
18
compile "org.fusesource.jansi:jansi:$jansiVersion"
19
compile "jline:jline:$jlineVersion"
16
20
compile "org.eclipse.jgit:org.eclipse.jgit:3.5.2.201411120430-r"
17
- compile gradleApi()
21
+ compile "org.gradle:gradle-tooling-api:$gradleToolingApiVersion"
22
23
compile("org.springframework.boot:spring-boot-cli:$springBootVersion")
24
0 commit comments