Skip to content

Commit 1443b1a

Browse files
committed
Put the source and target compatibility back
1 parent a7aca1b commit 1443b1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SimpleKML/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ publishing {
4040
}
4141
}
4242

43+
compileJava {
44+
sourceCompatibility = 1.6
45+
targetCompatibility = 1.6
46+
}
47+

0 commit comments

Comments
 (0)