Skip to content

Commit

Permalink
[build] Update Java source compatibility to 17 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Jul 12, 2024
1 parent 7ccc50c commit 8398c5b
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 @@ -12,8 +12,8 @@ plugins {
id 'org.aim42.htmlSanityCheck' version '1.1.6'
}

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

wpilibVersioning.buildServerMode = project.hasProperty('buildServer')
wpilibVersioning.releaseMode = project.hasProperty('releaseMode')
Expand Down

0 comments on commit 8398c5b

Please sign in to comment.