Skip to content

Commit f082155

Browse files
authored
build: Remove redundant Java compatibility block from sentry-apollo-4 (#5633)
The root build script already sets sourceCompatibility/targetCompatibility to VERSION_1_8 for every java-library subproject, so the module-level declaration was a no-op.
1 parent fa82550 commit f082155

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

sentry-apollo-4/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ plugins {
1111
alias(libs.plugins.animalsniffer)
1212
}
1313

14-
configure<JavaPluginExtension> {
15-
sourceCompatibility = JavaVersion.VERSION_1_8
16-
targetCompatibility = JavaVersion.VERSION_1_8
17-
}
18-
1914
tasks.withType<KotlinCompile>().configureEach {
2015
compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_1_8
2116
compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9

0 commit comments

Comments
 (0)