Is there a similar thing in Gradle as Maven’s Arch...
# gradle
n
Is there a similar thing in Gradle as Maven’s Archetypes? Basically pre-made project templates with boilerplate?
t
n
gradle init
initializes a barebones project. I’m talking about archetypes, which include code for various libraries/frameworks. i.e. https://mvnrepository.com/open-source/maven-archetypes
t
seems init script is kind of maven archetype, though 3rd party types are not supported: https://github.com/gradle/gradle/issues/1686. Also related issue: https://github.com/gradle/gradle/issues/3840 And that kind of implements it: https://github.com/orctom/gradle-archetype-plugin