Skip to content

Commit 09349bc

Browse files
committed
Update source compatibility -- JOSM r19044 is Java 11+ only
Signed-off-by: Taylor Smock <tsmock@meta.com>
1 parent 2fe79b5 commit 09349bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "org.openstreetmap.josm" version "0.8.2"
44
}
55

6-
sourceCompatibility = '1.8'
6+
sourceCompatibility = '11'
77

88
sourceSets {
99
main {

0 commit comments

Comments
 (0)