File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.21 "
2+ kotlin = " 1.9.22 "
33java = " 8"
4- dokka = " 1.8.20 "
5- kover = " 0.7.3 "
4+ dokka = " 1.9.10 "
5+ kover = " 0.7.5 "
66bcv = " 0.13.2"
77benchmark = " 0.4.9"
8- jmh = " 1.36 "
8+ jmh = " 1.37 "
99coroutines = " 1.7.3"
1010animalsniffer = " 1.7.1"
1111
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -130,10 +130,13 @@ location of your Java installation."
130130 fi
131131else
132132 JAVACMD=java
133- which java > /dev/null 2>&1 || die " ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
133+ if ! command -v java > /dev/null 2>&1
134+ then
135+ die " ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
134136
135137Please set the JAVA_HOME variable in your environment to match the
136138location of your Java installation."
139+ fi
137140fi
138141
139142# Increase the maximum file descriptors if we can.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginManagement {
1414}
1515
1616plugins {
17- id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7 .0" )
17+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.8 .0" )
1818}
1919
2020rootProject.name = " kotlinx-io"
You can’t perform that action at this time.
0 commit comments