Skip to content

Commit

Permalink
chore: update sourceCompatibility to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Apr 19, 2024
1 parent a64fefb commit 5f6a937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {
maven { url = "https://repo.grails.org/grails/core" }
}

sourceCompatibility = 1.11
targetCompatibility = 1.11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

configurations {
all {
Expand Down

0 comments on commit 5f6a937

Please sign in to comment.