Skip to content

Commit 9f93975

Browse files
committed
remove groovy transitive dependency until groovy version stabilizes
1 parent 83fd6de commit 9f93975

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,7 @@ subprojects {
101101

102102
}
103103

104-
java {
105-
toolchain {
106-
languageVersion = JavaLanguageVersion.of(17)
107-
}
108-
}
104+
compileJava.options.release = 17
109105

110106
def isGormDatasource = project.name.startsWith("grails-datastore-gorm-") &&
111107
!project.name.endsWith("tck") &&
@@ -128,7 +124,7 @@ subprojects {
128124
documentation "info.picocli:picocli:$picocliVersion"
129125
documentation ("com.github.javaparser:javaparser-core:$javaParserCoreVersion")
130126

131-
implementation "org.apache.groovy:groovy:$groovyVersion"
127+
compileOnly "org.apache.groovy:groovy:$groovyVersion"
132128
testImplementation "org.apache.groovy:groovy-test-junit5:$groovyVersion"
133129
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
134130
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"

0 commit comments

Comments
 (0)