Skip to content

Commit

Permalink
downwards kotlin version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer committed Aug 11, 2022
1 parent 94d2755 commit 2c89b19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.6.10"
Expand Down Expand Up @@ -86,8 +85,4 @@ tasks.create("dist", Jar::class.java) {
from(zipTree(jarAndroid.outputs.files.first()))
destinationDirectory.set(buildDir.resolve("dist"))
archiveFileName.set("ContentsTweaker-${rootProject.version}.jar")
}
val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions {
languageVersion = "1.7"
}

0 comments on commit 2c89b19

Please sign in to comment.