We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70d12 commit 687c661Copy full SHA for 687c661
build.gradle
@@ -63,8 +63,8 @@ allprojects {
63
apply plugin: 'jacoco'
64
apply plugin: 'com.github.johnrengelman.shadow'
65
66
- sourceCompatibility = JavaVersion.VERSION_1_7
67
- targetCompatibility = JavaVersion.VERSION_1_7
+ sourceCompatibility = JavaVersion.VERSION_1_8
+ targetCompatibility = JavaVersion.VERSION_1_8
68
69
repositories {
70
maven { url "https://repo.maven.apache.org/maven2" }
0 commit comments