There was an error while loading. Please reload this page.
1 parent 64f5816 commit fe1cc44Copy full SHA for fe1cc44
1 file changed
subprojects/groovy-console/build.gradle
@@ -26,9 +26,6 @@ dependencies {
26
implementation "com.github.javaparser:javaparser-core:${versions.javaParser}"
27
implementation "org.ow2.asm:asm-util:${versions.asm}"
28
implementation projects.groovyTemplates
29
- implementation ("org.apache.ivy:ivy:${versions.ivy}") {
30
- transitive = false
31
- }
32
runtimeOnly "org.abego.treelayout:org.abego.treelayout.core:${versions.treelayout}"
33
testImplementation projects.groovyTest
34
testImplementation testFixtures(projects.groovySwing)
@@ -38,6 +35,9 @@ dependencies {
38
35
requireCapability 'org.apache.groovy:groovy-grapes'
39
36
}
40
37
+ testRuntimeOnly ("org.apache.ivy:ivy:${versions.ivy}") {
+ transitive = false
+ }
41
42
43
tasks.register("console", JavaExec) {
0 commit comments