File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
ext. versions = [
7
- ' kotlin' : gradle. ext. isKotlinDev ? " 1.4.20 -M1" : " 1.4.10" ,
7
+ ' kotlin' : gradle. ext. isKotlinDev ? " 1.4.30 -M1" : " 1.4.10" ,
8
8
' gradle' : ' 6.6' ,
9
9
' gradle-sha256' : ' e6f83508f0970452f56197f610d13c5f593baaf43c0e3c6a571e5967be754025'
10
10
]
Original file line number Diff line number Diff line change 290
290
<sha256 value =" 90f163f78e3ffb6f1c7ad97de9e7eba4eea25807141b85d6d12be67ca25449c4" origin =" Generated by Gradle" />
291
291
</artifact >
292
292
</component >
293
+ <component group =" junit" name =" junit" version =" 4.13.1" >
294
+ <artifact name =" junit-4.13.1.jar" >
295
+ <pgp value =" ff6e2c001948c5f2f38b0cc385911f425ec61b51" />
296
+ </artifact >
297
+ </component >
293
298
<component group =" org.antlr" name =" antlr4-master" version =" 4.5.2-1" >
294
299
<artifact name =" antlr4-master-4.5.2-1.pom" >
295
300
<sha256 value =" 5358b478d82555ab57afd7fc7231d603b40f977be7ca39f40c5ec54e767eb674" origin =" Generated by Gradle" />
955
960
<sha256 value =" 7f8f7619a7f05aea682c7239e8bcd0b9bd91638a56b464d99618aed99ecd9023" origin =" Generated by Gradle because artifact wasn't signed" />
956
961
</artifact >
957
962
</component >
963
+ <component group =" org.jetbrains.kotlin.jvm" name =" org.jetbrains.kotlin.jvm.gradle.plugin" version =" 1.4.30-M1" >
964
+ <artifact name =" org.jetbrains.kotlin.jvm.gradle.plugin-1.4.30-M1.pom" >
965
+ <sha256 value =" f9596fb3740bc4773473e1650304fffcf30637e2a2d35aa7aff2512b9ae2ad91" origin =" Generated by Gradle because artifact wasn't signed" />
966
+ </artifact >
967
+ </component >
958
968
<component group =" org.jetbrains.kotlinx" name =" kotlinx-coroutines-core" version =" 1.2.1" >
959
969
<artifact name =" kotlinx-coroutines-core-1.2.1.jar" >
960
970
<sha256 value =" 7177ed4629704537e0252537629886f5409526ecd041d8d8e308e20624b14394" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pluginManagement {
9
9
}
10
10
11
11
plugins {
12
- def kotlinVersion = settings. hasProperty(" kotlinDev" ) ? " 1.4.20 -M1" : " 1.4.10"
12
+ def kotlinVersion = settings. hasProperty(" kotlinDev" ) ? " 1.4.30 -M1" : " 1.4.10"
13
13
id ' org.jetbrains.kotlin.jvm' version kotlinVersion
14
14
id ' com.github.breadmoirai.github-release' version ' 2.2.12'
15
15
id ' com.github.johnrengelman.shadow' version ' 6.1.0'
You can’t perform that action at this time.
0 commit comments