File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import static org.gradle.internal.os.OperatingSystem.*
3
3
plugins {
4
4
id ' java'
5
5
id ' maven'
6
- id " org.jetbrains.kotlin.jvm" version " 1.3.50 "
7
- id " com.github.johnrengelman.shadow" version ' 5.1 .0'
6
+ id " org.jetbrains.kotlin.jvm" version " 1.3.61 "
7
+ id " com.github.johnrengelman.shadow" version ' 5.2 .0'
8
8
// id 'org.kordamp.gradle.jdeps' version '0.7.1-SNAPSHOT'
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 .1-all.zip
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ object Stack {
787
787
inline fun <R > utf8Buffer (chars : CharSequence , block : (ByteBuffer ) -> R ): R =
788
788
with { block(it.UTF8 (chars, true )) }
789
789
790
- val VERSION = " 0.8.3 "
790
+ val VERSION = " 0.8.4 "
791
791
792
792
inline operator fun <R > invoke (block : (MemoryStack ) -> R ): R = with (block)
793
793
}
You can’t perform that action at this time.
0 commit comments