李树彬
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  I...
question
issuer feedback
stale