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 028237d commit acdd35eCopy full SHA for acdd35e
1 file changed
sentry-system-test-support/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
configure<JavaPluginExtension> {
12
- sourceCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_1_8
13
targetCompatibility = JavaVersion.VERSION_1_8
14
15
0 commit comments