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 e4b06d9 commit 1b71e7cCopy full SHA for 1b71e7c
sentry-samples/sentry-samples-log4j2/build.gradle.kts
@@ -21,10 +21,6 @@ configure<JavaPluginExtension> {
21
targetCompatibility = JavaVersion.VERSION_17
22
}
23
24
-tasks.withType<KotlinCompile>().configureEach {
25
- kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
26
-}
27
-
28
tasks.withType<KotlinCompile>().configureEach {
29
kotlinOptions {
30
freeCompilerArgs = listOf("-Xjsr305=strict")
sentry-samples/sentry-samples-log4j2/src/test/kotlin/io/sentry/systemtest/ConsoleApplicationSystemTest.kt
@@ -1,4 +1,4 @@
1
-package io.sentry.systemtest.io.sentry.systemtest
+package io.sentry.systemtest
2
3
import io.sentry.SentryLevel
4
import io.sentry.systemtest.util.TestHelper
0 commit comments