Join Slack
Is there a similar thing in Gradle as Maven’s Archetypes? Basically pre-made project templates with ...
# gradle
n
Nezteb
05/01/2019, 1:33 AM
Is there a similar thing in Gradle as Maven’s Archetypes? Basically pre-made project templates with boilerplate?
t
tapchicoma
05/01/2019, 8:49 AM
https://guides.gradle.org/creating-new-gradle-builds/
- check this link
n
Nezteb
05/01/2019, 6:28 PM
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
tapchicoma
05/01/2019, 7:29 PM
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
7
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by