Skip to content

Commit

Permalink
JDKMon 21.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Mar 4, 2024
1 parent bbeda0a commit c6ca80b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build_app_linux.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

JAVA_VERSION=21
MAIN_JAR="JDKMon-21.0.1.jar"
APP_VERSION=21.0.1
MAIN_JAR="JDKMon-21.0.3.jar"
APP_VERSION=21.0.3

echo "java home: $JAVA_HOME"
echo "project version: $PROJECT_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions build_app_macos.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

JAVA_VERSION=21
MAIN_JAR="JDKMon-21.0.1.jar"
APP_VERSION=21.0.1
MAIN_JAR="JDKMon-21.0.3.jar"
APP_VERSION=21.0.3

echo "java home: $JAVA_HOME"
echo "project version: $PROJECT_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions build_app_windows.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@ECHO OFF

set JAVA_VERSION=21
set MAIN_JAR=JDKMon-21.0.1.jar
set APP_VERSION=21.0.1
set MAIN_JAR=JDKMon-21.0.3.jar
set APP_VERSION=21.0.3

rem ------ SETUP DIRECTORIES AND FILES ----------------------------------------
rem Remove previously generated java runtime and installers. Copy all required
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sourceCompatibility = 21
targetCompatibility = 21

group = eu.hansolo
version = 21.0.1
version = 21.0.3
javafxVersion = 21.0.2

0 comments on commit c6ca80b

Please sign in to comment.