Skip to content

Commit

Permalink
Merge pull request #86 from IceCream-QAQ/deploy
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
IceCream-QAQ authored Aug 28, 2024
2 parents 530f0c3 + 0cad366 commit c2f92f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@ subprojects {
plugin("java")
plugin("java-library")
plugin("maven-publish")
plugin("org.jetbrains.kotlin.jvm")
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

kotlin {
jvmToolchain(8)
}

dependencies {
api(kotlin("stdlib"))
api(kotlin("reflect"))
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit c2f92f2

Please sign in to comment.