Skip to content

Commit

Permalink
Revert to Groovy 4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 1, 2024
1 parent d0c6610 commit 97f37a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ subprojects { subproject ->
apply plugin: 'idea'
apply plugin: 'java-library'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
compileJava.options.release = 17

configurations.all {

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonsTextVersion=1.12.0
elApiVersion=6.0.1
grailsGradlePluginVersion=7.0.0-SNAPSHOT
grailsVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.24-SNAPSHOT
groovyVersion=4.0.23
jspApiVersion=4.0.0
jstlVersion=3.0.1
junitJupiterVersion=5.11.2
Expand Down

0 comments on commit 97f37a0

Please sign in to comment.