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 1
1
[versions ]
2
- kotlin = " 1.9.21 "
2
+ kotlin = " 1.9.22 "
3
3
java = " 8"
4
- dokka = " 1.8.20 "
5
- kover = " 0.7.3 "
4
+ dokka = " 1.9.10 "
5
+ kover = " 0.7.5 "
6
6
bcv = " 0.13.2"
7
7
benchmark = " 0.4.9"
8
- jmh = " 1.36 "
8
+ jmh = " 1.37 "
9
9
coroutines = " 1.7.3"
10
10
animalsniffer = " 1.7.1"
11
11
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-8.2.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
networkTimeout =10000
5
+ validateDistributionUrl =true
5
6
zipStoreBase =GRADLE_USER_HOME
6
7
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -130,10 +130,13 @@ location of your Java installation."
130
130
fi
131
131
else
132
132
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.
134
136
135
137
Please set the JAVA_HOME variable in your environment to match the
136
138
location of your Java installation."
139
+ fi
137
140
fi
138
141
139
142
# Increase the maximum file descriptors if we can.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginManagement {
14
14
}
15
15
16
16
plugins {
17
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7 .0" )
17
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.8 .0" )
18
18
}
19
19
20
20
rootProject.name = " kotlinx-io"
You can’t perform that action at this time.
0 commit comments