Skip to content

Commit

Permalink
GROOVY-11553: org.abego.treelayout:org.abego.treelayout.core dependen…
Browse files Browse the repository at this point in the history
…cy should be runtimeOnly
  • Loading branch information
paulk-asert committed Jan 17, 2025
1 parent 3b50a70 commit e100ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/groovy-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies {
api rootProject // AstBrowser has methods with Closure params...
implementation "com.github.javaparser:javaparser-core:${versions.javaParser}"
implementation "org.ow2.asm:asm-util:${versions.asm}"
implementation "org.abego.treelayout:org.abego.treelayout.core:${versions.treelayout}"
implementation projects.groovySwing
implementation projects.groovyTemplates
implementation ("org.apache.ivy:ivy:${versions.ivy}") {
transitive = false
}
runtimeOnly "org.abego.treelayout:org.abego.treelayout.core:${versions.treelayout}"
testImplementation projects.groovyTest
testImplementation testFixtures(projects.groovySwing)

Expand Down

0 comments on commit e100ab8

Please sign in to comment.