Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Jun 9, 2024
1 parent 39b3672 commit ff22a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle.kts → build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id "org.jetbrains.kotlin.jvm" version "2.0.0"
}

group = "cn.rtast"
Expand All @@ -13,9 +13,4 @@ repositories {

tasks.compileKotlin {
compilerOptions.jvmTarget = JvmTarget.JVM_17
}

tasks.compileJava {
sourceCompatibility = "17"
targetCompatibility = "17"
}
}
File renamed without changes.

0 comments on commit ff22a01

Please sign in to comment.