Skip to content

Commit

Permalink
should wait 5 seconds before opening the jdk web page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 14, 2024
1 parent e8f1797 commit e24f952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.gw</groupId>
<artifactId>geoweaver</artifactId>
<version>1.3.4</version>
<version>5</version>
<name>geoweaver</name>
<description>A lightweight workflow management software for organizing data analysis workflows,
preserving history of every workflow run, and improving scientist producitvity and workflow FAIRness,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/js/gw.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edu = {

sponsor: "ESIPLab incubator project, NASA ACCESS project, NSF Geoinformatics project, NSF Cybertraining project",

version: "1.3.4",
version: "1.3.5",

author: "open source contributors",

Expand Down
1 change: 1 addition & 0 deletions windows-deployment/launch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if %errorlevel% neq 0 (
echo Oops! Java is not installed on your system and running Geoweaver requires Java
echo Please download and install JDK
echo JDK from other sources can work as well
timeout /t 5 >nul
start https://adoptopenjdk.net/
exit /b %errorlevel%
)
Expand Down

0 comments on commit e24f952

Please sign in to comment.