We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b9712 commit 0e127a9Copy full SHA for 0e127a9
build.gradle
@@ -15,8 +15,8 @@ apply plugin: 'org.grails.grails-gsp'
15
apply plugin: "org.grails.grails-doc"
16
apply plugin: "org.grails.internal.grails-plugin-publish"
17
18
-sourceCompatibility = 1.11
19
-targetCompatibility = 1.11
+
+java.toolchain.languageVersion = JavaLanguageVersion.of(17)
20
21
repositories {
22
mavenCentral()
gradle.properties
@@ -1,5 +1,5 @@
1
-projectVersion=2.0.0-SNAPSHOT
2
-grailsVersion=6.2.1
+projectVersion=3.0.0-SNAPSHOT
+grailsVersion=7.0.0-SNAPSHOT
3
org.gradle.daemon=true
4
org.gradle.parallel=true
5
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
0 commit comments