aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index cd1a5e81e..20f329a45 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ ext {
protobufVersion = "3.14.0"
}
-sourceCompatibility = "1.8"
+sourceCompatibility = "11"
compileJava.options.encoding = "UTF-8"
jar.destinationDirectory = file("$projectDir/target")
@@ -36,7 +36,7 @@ protobuf {
enforce {
rule(enforcer.rules.EnforceBytecodeVersion) { r ->
- r.maxJdkVersion = "1.8"
+ r.maxJdkVersion = "11"
}
}