Updated to java 25 and lastest nx01 versions

This commit is contained in:
Willem Cazander 2026-02-23 13:01:55 +01:00
parent 40b7107be2
commit 71213b3c22
23 changed files with 218 additions and 139 deletions

View file

@ -28,6 +28,7 @@ For masters and slaves only.
Requirements;
* Java 25++
* 8GB of free memory
* Setup a DAT Hyperdrive tool [drives](https://github.com/holepunchto/drives)
* run `mvn install` in local copy of nx01 project
@ -37,7 +38,7 @@ Requirements;
Test launch from command line;
```
mvn verify -P test-run
JAVA_HOME=/usr/lib/jvm/jdk-25/ mvn verify -P test-run,test-none
```
In an IDE setup an runner with the main class from gdxapp4d-boot-desktop module; `love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher`