mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-05-05 08:36:35 +03:00
[FEATURE][EXPERIMENTAL] Add javaargs.txt and java24args.txt
This commit is contained in:
parent
af2c5c33e8
commit
d410533c8d
3 changed files with 8 additions and 0 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -42,6 +42,8 @@ jobs:
|
||||||
cp LauncherAuthlib/build/libs/LauncherAuthlib.jar artifacts/LauncherAuthlib.jar || true
|
cp LauncherAuthlib/build/libs/LauncherAuthlib.jar artifacts/LauncherAuthlib.jar || true
|
||||||
cp modules/*_module/build/libs/*.jar artifacts/modules || true
|
cp modules/*_module/build/libs/*.jar artifacts/modules || true
|
||||||
cp modules/*_lmodule/build/libs/*.jar artifacts/modules || true
|
cp modules/*_lmodule/build/libs/*.jar artifacts/modules || true
|
||||||
|
cp javaargs.txt artifacts/javaargs.txt || true
|
||||||
|
cp java24args.txt artifacts/java24args.txt || true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
2
java24args.txt
Normal file
2
java24args.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
--enable-native-access=org.fusesource.jansi
|
||||||
|
--enable-native-access=io.netty.common
|
4
javaargs.txt
Normal file
4
javaargs.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
--add-opens java.base/java.lang.invoke=launchserver
|
||||||
|
--add-modules java.net.http
|
||||||
|
-Dlauncher.useSlf4j=true
|
||||||
|
-Dio.netty.noUnsafe=true
|
Loading…
Reference in a new issue