李树彬

Results 1 issues of 李树彬

This is my gradle task ```kotlin tasks.register("generateExe") { dependsOn("jar") jreMaxVersion.set("1.8.1") jreMinVersion.set("1.8") bundledJrePath.set("jre") outfile.set("口袋方舟" + ".exe") mainClassName.set("com.metaverse.app.LauncherApplication") fileDescription.set("The lightning fast implementation") } ``` This is the result after running ![image](https://github.com/TheBoegl/gradle-launch4j/assets/50092033/11939ce3-acc0-4049-ad34-2ba993b6d79d) I...

question
issuer feedback
stale