We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31b22 commit 98930c7Copy full SHA for 98930c7
build.gradle
@@ -5,6 +5,11 @@ plugins {
5
id "com.diffplug.spotless" version "6.13.0"
6
}
7
8
+java {
9
+ sourceCompatibility = JavaVersion.VERSION_1_8
10
+ targetCompatibility = JavaVersion.VERSION_1_8
11
+}
12
+
13
group = 'cloud.eppo'
14
version = '3.0.1-SNAPSHOT'
15
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
0 commit comments