Skip to content

Commit

Permalink
update: kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 2, 2022
1 parent 25e3ac6 commit 3edf951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ dependencies {
testImplementation(kotlin("test", "1.6.21"))
}

mirai {
jvmTarget = JavaVersion.VERSION_11
}

tasks {
test {
useJUnitPlatform()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3edf951

Please sign in to comment.