File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.jetbrains.kotlin.jvm' version ' 1.6.0 '
3
+ id ' org.jetbrains.kotlin.jvm' version ' 1.7.10 '
4
4
}
5
5
6
6
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 1
1
# Wed Dec 18 22:46:33 GMT 2019
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -all.zip
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api"
11
11
compileOnly " org.jetbrains.kotlin:kotlin-compiler-embeddable"
12
12
13
- testImplementation ' com.github.tschuchortdev:kotlin-compile-testing:1.2.5 '
13
+ testImplementation ' com.github.tschuchortdev:kotlin-compile-testing:1.4.9 '
14
14
testImplementation ' junit:junit:4.12'
15
15
testImplementation ' org.jetbrains.kotlin:kotlin-compiler-embeddable'
16
16
}
You can’t perform that action at this time.
0 commit comments