There was an error while loading. Please reload this page.
1 parent b130dc2 commit 19f6496Copy full SHA for 19f6496
buildSrc/build.gradle.kts
@@ -5,3 +5,8 @@ plugins {
5
repositories {
6
mavenCentral()
7
}
8
+
9
+java {
10
+ sourceCompatibility = JavaVersion.VERSION_1_8
11
+ targetCompatibility = JavaVersion.VERSION_1_8
12
+}
0 commit comments