-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Silly question probably since there seems to have been no activity in this repo for 4 years at the most recent. Long story short I am looking to implement Maven archetype alternative for a project I am helping with at the moment for generation of Gradle projects. Gradle now has the build-init-plugin system, but it is very limited and not possible to extend with custom init types.
See gradle/gradle#1686 for reference. In fact that issue is how I even became aware of this project.
I've run into a number of issues though trying to use it (via SDK manager):
[sebersole@localhost tmp]$ lazybones create file:///home/sebersole/projects/hibernate-lazybones/templates/hibernate-orm-basic.zip lazybones-test
WARNING: An illegal reflective access operation has occurred
WARNING: ...
Creating project from template file:///home/sebersole/projects/hibernate-lazybones/templates/hibernate-orm-basic.zip (latest) in 'lazybones-test'
java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.commons.compress.archivers.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:772)
I also tried building from source but the project uses an ancient Gradle version.
Is it worth submitting pull requests? Or should I simply fork it?
Or, if not supported, anyone aware of a supported alternative?
Thanks!