All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.micronaut.starter.feature.view.gradlePluginRocker.rocker.raw Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
@args(String path)

rocker {
    configurations {
        create("main") {
            templateDir = file("@path")
            outputDir = file("src/generated/rocker")
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy