- This is (still) an Onslip fork.
- Merged PR #3: Allow empty classifier.
- Merged PR #4: Remove redundant output declaration.
- This is an Onslip fork.
- Added binDir property to include a file hierarchy in binlib. This is required when having JNI modules for multiple systems and architectures.
- Applied PR rholder#32: Stop using deprecated Manifest.writeTo(Writer) and using Manifest.writeTo(Object) instead (alisiikh, PR #1)
- Bump Gradle wrapper up to 1.10
- Add notes about ClassLoader support to README.md (ben-manes, walec51, issue #11)
- Possible fix for dependent subproject rebuilding (issue #12)
- Add ability to change final artifact name to align with builtin Jar task (issue #14)
- Support for custom one-jar-boot.jar via Gradle dependency (squiddle)
- Add binLib and additionalDir functionality, similar to binlib and fileset tags in the One-JAR Ant task (rholder, issue #5)
- Update one-jar-boot 0.97 to version 0.97.1 (joschi, issue #4)
- Bump Gradle wrapper 1.3 to 1.4 (joschi)
- Fix to remove automatic artifact publishing (joschi, issue #3)
- Adding HISTORY.md
- Stable release, packaging for Maven Central
- Fixes for artifact publishing (joschi)
- Documentation for all the things
- Refactor everything to become a Gradle Task
- First commit, appears to be mostly working