File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
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.3.61 '
3
+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.21 '
4
4
id " com.github.node-gradle.node" version " 2.2.0"
5
5
}
6
6
@@ -27,10 +27,10 @@ compileJava.dependsOn browserifyShellApi
27
27
28
28
dependencies {
29
29
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
30
- testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
31
- compile group : ' org.graalvm.js' , name : ' js' , version : ' 20.2.0'
32
- compile group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.2.0'
33
- compile group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.8'
30
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
31
+ implementation group : ' org.graalvm.js' , name : ' js' , version : ' 20.2.0'
32
+ implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.2.0'
33
+ implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.8'
34
34
}
35
35
36
36
compileKotlin {
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ plugins {
5
5
}
6
6
7
7
dependencies {
8
- compile rootProject
8
+ implementation rootProject
9
+ implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.2.0'
9
10
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
10
11
}
11
12
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments