File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ dependencies {
1919 api " org.mozilla:rhino:1.7.10"
2020 api " org.jetbrains.kotlinx:kotlinx-metadata-jvm:$kotlinx_metadata_version "
2121}
22+
23+ kotlin {
24+ jvmToolchain(8 )
25+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,3 @@ plugins {
88repositories {
99 mavenCentral()
1010}
11-
12- kotlinDslPluginOptions {
13- experimentalWarning.set(false )
14- }
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -all.zip
You can’t perform that action at this time.
0 commit comments