Releases: crotwell/gradle-macappbundle
Releases · crotwell/gradle-macappbundle
Thanks Piotr
What's Changed
- Create link to applications folder in DMG without background image by @victorkifer in #62
- Update Gradle instructions for v2.2.3 by @airsquared in #65
- Add universalJavaApplicationStub option as appStyle by @airsquared in #66
- Fix property key value types by @maehne in #68
- Adjustments to let it run on macOS Ventura+ and build on Gradle 8+ by @pskowronek in #75
New Contributors
- @airsquared made their first contribution in #65
- @maehne made their first contribution in #68
Full Changelog: v2.2.2...v2.3.1
No Running Around the Pool
Dots Exit Stage Right
move common dot files to be outside window in dmg
Because of Friday
fixes issue with background image located in directory with spaces, source and target to java 1.8
To Null or Not To Null
prepare for gradle 4.3 by not doing task.inputs with things that might be null.
Procrastination Good
Small fix, issue with use in subprojects.
More Uber-ness I guess
Easier to use with Uberjar type tasks, see wiki/Uberjar for example.
More Spaces
Fix issue with spaces in volume or dmg name, thanks to azhawkes for the patch.
assemble only createDMG on Mac
Assemble task depends on createDmg on mac, on win and linux it depends on createAppZip
java7 compatibility
Same as 2.1.3 but compiled for java7 and later instead of java8 and later.