Skip to content

Commit

Permalink
设置版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Oct 15, 2022
1 parent 9dd039f commit f46dde4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ plugins {

version = "1.2"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit f46dde4

Please sign in to comment.