Skip to content

Commit 0176718

Browse files
committed
Update build.gradle
Add target compatibility
1 parent c490e61 commit 0176718

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jar {
1010
}
1111
}
1212

13+
sourceCompatibility = 1.11
14+
targetCompatibility = 1.11
15+
1316
repositories {
1417
// Use jcenter for resolving dependencies.
1518
// You can declare any Maven/Ivy/file repository here.

0 commit comments

Comments
 (0)