Skip to content

Commit

Permalink
sourceCompatibility: 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 26, 2023
1 parent cbe8622 commit f9cedbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext.githubProjectName = rootProject.name

idea {
project {
languageLevel = '1.8'
languageLevel = '17'
}
}

Expand Down Expand Up @@ -53,7 +53,7 @@ subprojects {

group = "com.netflix.${githubProjectName}"

sourceCompatibility = '1.8'
sourceCompatibility = '17'

eclipse {
classpath {
Expand Down

0 comments on commit f9cedbf

Please sign in to comment.