Skip to content

Commit 1b71e7c

Browse files
committed
codereview fixes
1 parent e4b06d9 commit 1b71e7c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

sentry-samples/sentry-samples-log4j2/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ configure<JavaPluginExtension> {
2121
targetCompatibility = JavaVersion.VERSION_17
2222
}
2323

24-
tasks.withType<KotlinCompile>().configureEach {
25-
kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
26-
}
27-
2824
tasks.withType<KotlinCompile>().configureEach {
2925
kotlinOptions {
3026
freeCompilerArgs = listOf("-Xjsr305=strict")

sentry-samples/sentry-samples-log4j2/src/test/kotlin/io/sentry/systemtest/ConsoleApplicationSystemTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.sentry.systemtest.io.sentry.systemtest
1+
package io.sentry.systemtest
22

33
import io.sentry.SentryLevel
44
import io.sentry.systemtest.util.TestHelper

0 commit comments

Comments
 (0)