Skip to content

Releases: crotwell/gradle-macappbundle

Thanks Piotr

27 Feb 20:35
Compare
Choose a tag to compare

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

Full Changelog: v2.2.2...v2.3.1

No Running Around the Pool

28 Jun 15:58
Compare
Choose a tag to compare

Dots Exit Stage Right

09 Jan 21:47
Compare
Choose a tag to compare

move common dot files to be outside window in dmg

Because of Friday

05 Jan 15:56
Compare
Choose a tag to compare

fixes issue with background image located in directory with spaces, source and target to java 1.8

https://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle

To Null or Not To Null

27 Oct 18:22
Compare
Choose a tag to compare

prepare for gradle 4.3 by not doing task.inputs with things that might be null.

Procrastination Good

24 Oct 17:06
Compare
Choose a tag to compare

Small fix, issue with use in subprojects.

More Uber-ness I guess

21 Jul 16:02
Compare
Choose a tag to compare

Easier to use with Uberjar type tasks, see wiki/Uberjar for example.

More Spaces

04 Apr 18:14
Compare
Choose a tag to compare

Fix issue with spaces in volume or dmg name, thanks to azhawkes for the patch.

assemble only createDMG on Mac

10 Dec 21:07
Compare
Choose a tag to compare

Assemble task depends on createDmg on mac, on win and linux it depends on createAppZip

java7 compatibility

07 Dec 18:38
Compare
Choose a tag to compare

Same as 2.1.3 but compiled for java7 and later instead of java8 and later.