Skip to content

Commit 98930c7

Browse files
committed
target Java 8
1 parent fc31b22 commit 98930c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ plugins {
55
id "com.diffplug.spotless" version "6.13.0"
66
}
77

8+
java {
9+
sourceCompatibility = JavaVersion.VERSION_1_8
10+
targetCompatibility = JavaVersion.VERSION_1_8
11+
}
12+
813
group = 'cloud.eppo'
914
version = '3.0.1-SNAPSHOT'
1015
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

0 commit comments

Comments
 (0)