Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f1cc954

Browse files
committed
Update Minimum Source Compatibility to 1.11
1 parent 2e518e1 commit f1cc954

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
@@ -201,8 +201,8 @@ subprojects { project ->
201201
apply plugin: 'maven-publish'
202202
apply plugin: 'signing'
203203

204-
sourceCompatibility = "1.8"
205-
targetCompatibility = "1.8"
204+
sourceCompatibility = "1.11"
205+
targetCompatibility = "1.11"
206206

207207
configurations.all {
208208
resolutionStrategy.eachDependency { DependencyResolveDetails details ->

grails-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sourceCompatibility = 1.8
2-
targetCompatibility = 1.8
1+
sourceCompatibility = 1.11
2+
targetCompatibility = 1.11
33

44
dependencyManagement {
55
imports {

0 commit comments

Comments
 (0)