Is it possible to create a Gradle archetype and then create a Gradle project based on the archetype? Just like in Maven.
I want to create a Scala or Java archetype for other developers to use as a starting point.
I currently only have an initial template in Gradle with the folder structure and initial sample startup code.