Skip to content

Commit

Permalink
clean up unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
thebehera committed Jul 20, 2024
1 parent 8cbb645 commit c679d3a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ repositories {
}

kotlin {
compilerOptions {
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_0)
}
androidTarget {
publishLibraryVariants("release")
compilerOptions.jvmTarget.set(JvmTarget.JVM_1_8)
Expand Down Expand Up @@ -259,15 +256,4 @@ tasks.create("nextVersion") {
val signingTasks = tasks.withType<Sign>()
tasks.withType<AbstractPublishToMaven>().configureEach {
dependsOn(signingTasks)
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
}
}

tasks.withType<JavaCompile> {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
}

0 comments on commit c679d3a

Please sign in to comment.