Y.X.Sun
Y.X.Sun
Reassign the runtime dir to another path is not a problem, you can 1. create a task dependsOn build task, reassign runtime and remove it. 2. Also, need add `app.runtime=new...
> Task :data2excel:jpackage WARNING: Using incubator modules: jdk.incubator.jpackage java.io.IOException: Command [C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe, -nologo, -spdb, -ext, WixUtilExtension, -out, C:\Users\juno\AppData\Local\Temp\jdk.incubator.jpack age1856809374289184943\images\win-exe.image\data2excel_win_x64-1.0.0.msi, -sice:ICE91, -ext, WixUIExtension, -loc, C:\Users\juno\AppData\Local\Temp\jdk.incubator.jpackage18568093742891 84943\config\MsiInstallerStrings_en.wxl, -b, C:\Users\juno\AppData\Local\Temp\jdk.incubator.jpackage1856809374289184943\config,...
``` :data2excel:jre (Thread[Execution worker for ':',5,main]) completed. Took 13.527 secs. :data2excel:jpackageImage (Thread[Execution worker for ':',5,main]) started. > Task :data2excel:jpackageImage Caching disabled for task ':data2excel:jpackageImage' because: Build cache is disabled Task...
@siordache Official step too slow, can plugin catch the error in gradle and run good command to fix ?
@siordache I download jdk16 ,read the patch log and `jpackage -help`, but I can't find how to send arugus to jpackage or light.exe. If i want the language is zh-CN,...
@siordache It can work, thank you.
same question , I can't find width relative api, how to set adaptable width and height, like `match_parent` or `wrap_content` in Android ? ```java @Override public void start(Stage primaryStage) throws...