Skip to content

Commit

Permalink
Update source compatibility -- JOSM r19044 is Java 11+ only
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Sep 9, 2024
1 parent 2fe79b5 commit 09349bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "org.openstreetmap.josm" version "0.8.2"
}

sourceCompatibility = '1.8'
sourceCompatibility = '11'

sourceSets {
main {
Expand Down

0 comments on commit 09349bc

Please sign in to comment.