io.micronaut.starter.feature.view.gradlePluginRocker.rocker.raw Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-starter-core Show documentation
Show all versions of micronaut-starter-core Show documentation
Generates Micronaut applications
@args(String path)
rocker {
configurations {
create("main") {
templateDir = file("@path")
outputDir = file("src/generated/rocker")
}
}
}