Skip to content

Commit 0e127a9

Browse files
committed
Grails 7
1 parent 43b9712 commit 0e127a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ apply plugin: 'org.grails.grails-gsp'
1515
apply plugin: "org.grails.grails-doc"
1616
apply plugin: "org.grails.internal.grails-plugin-publish"
1717

18-
sourceCompatibility = 1.11
19-
targetCompatibility = 1.11
18+
19+
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
2020

2121
repositories {
2222
mavenCentral()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
projectVersion=2.0.0-SNAPSHOT
2-
grailsVersion=6.2.1
1+
projectVersion=3.0.0-SNAPSHOT
2+
grailsVersion=7.0.0-SNAPSHOT
33
org.gradle.daemon=true
44
org.gradle.parallel=true
55
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 commit comments

Comments
 (0)