Skip to content

Commit 96ff304

Browse files
committed
1.1.2-2
1 parent 8a1c4c1 commit 96ff304

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ repositories {
2727
maven { url "https://jitpack.io" }
2828
}
2929

30+
31+
allprojects {
32+
sourceCompatibility = 1.7
33+
targetCompatibility = 1.7
34+
}
35+
3036
task packageSources(type: Jar, dependsOn: 'classes') {
3137
from sourceSets.main.allSource
3238
classifier = 'sources'

0 commit comments

Comments
 (0)