Skip to content

Commit acdd35e

Browse files
committed
set source compat version to jdk 8 as well
1 parent 028237d commit acdd35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-system-test-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
configure<JavaPluginExtension> {
12-
sourceCompatibility = JavaVersion.VERSION_17
12+
sourceCompatibility = JavaVersion.VERSION_1_8
1313
targetCompatibility = JavaVersion.VERSION_1_8
1414
}
1515

0 commit comments

Comments
 (0)