File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments