File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
frameworks/Kotlin/hexagon Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
2
2
plugins {
3
- id " org.jetbrains.kotlin.jvm" version " 1.9.22 " apply false
3
+ id " org.jetbrains.kotlin.jvm" version " 1.9.23 " apply false
4
4
id " org.graalvm.buildtools.native" version " 0.10.1" apply false
5
5
}
6
6
@@ -10,12 +10,12 @@ group = "com.hexagonkt"
10
10
11
11
ext {
12
12
hexagonVersion = " 3.5.0"
13
- jettyVersion = " 12.0.5 "
13
+ jettyVersion = " 12.0.7 "
14
14
nettyVersion = " 4.1.107.Final"
15
15
16
16
hikariVersion = " 5.1.0"
17
17
postgresqlVersion = " 42.7.2"
18
- vertxVersion = " 4.5.3 "
18
+ vertxVersion = " 4.5.4 "
19
19
cache2kVersion = " 2.6.1.Final"
20
20
21
21
applicationClass = " com.hexagonkt.BenchmarkKt"
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
You can’t perform that action at this time.
0 commit comments