File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed 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.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
43
43
%JAVA_EXE% -version > NUL 2 >& 1
44
44
if %ERRORLEVEL% equ 0 goto execute
45
45
46
- echo .
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo .
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
46
+ echo . 1 >& 2
47
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48
+ echo . 1 >& 2
49
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50
+ echo location of your Java installation. 1 >& 2
51
51
52
52
goto fail
53
53
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
57
58
58
if exist " %JAVA_EXE% " goto execute
59
59
60
- echo .
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo .
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
60
+ echo . 1 >& 2
61
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62
+ echo . 1 >& 2
63
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64
+ echo location of your Java installation. 1 >& 2
65
65
66
66
goto fail
67
67
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
arrow = " 1.2.1"
3
- arrowGradle = " 0.12.0-rc.6 "
4
- coroutines = " 1.7.3 "
3
+ arrowGradle = " 0.12.0-rc.24 "
4
+ coroutines = " 1.8.0 "
5
5
dokka = " 1.9.10"
6
6
kotlin = " 1.9.22"
7
7
kotest = " 5.8.0"
8
8
kotest-plugin = " 5.8.0"
9
- kover = " 0.7.5 "
9
+ kover = " 0.7.6 "
10
10
detekt = " 1.23.5"
11
11
kotest-arrow =" 1.4.0"
12
- kotlinx-json =" 1.6.2 "
12
+ kotlinx-json =" 1.6.3 "
13
13
kotlinx-knit =" 0.5.0"
14
14
publish =" 0.27.0"
15
15
knit =" 0.5.0"
You can’t perform that action at this time.
0 commit comments