You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line.startsWith('jdkhome=') ?'#jdkhome="/path/to/jdk"': line
662
-
}
663
-
664
-
doLast {
665
-
delete(file('dist/jmonkeyplatform.zip'))
666
-
}
667
-
}
668
-
669
-
tasks.register('fixPlatformIndependent', Zip) {
670
-
dependsOn patchPlatformIndependent
671
-
description ="We compile our installers with the bundled jdk, but the platform independent zip doesn't have the jdk. For this we need to change the jmonkeyplatform.zip after building the installers to not have a jdk bundled"
0 commit comments