crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
94 stars 33 forks source link

Documention/Links on how to contribute #72

Open chrisvire opened 4 years ago

chrisvire commented 4 years ago

I have been using this plugin to build my apps for several years. I need to add support into my product for building with Notarization and possibly using a newer JDK than Java8.

It would be great if you had a document on how to contribute to your project or links on how to make changes to a plugin that is located locally instead of pulling from maven.

airsquared commented 3 years ago

I would recommend switching to TheInfiniteKind/appbundler and using Gradle's integration with ant since this project is no longer maintained.