io.micronaut.starter.feature.view.gradlePluginJTE.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(boolean patchKaptOutputs, String path)
jte {
sourceDirectory = file("@path").toPath()
generate()
}
// Gradle requires that generateJte is run before some tasks
tasks.configureEach {
if (@if (patchKaptOutputs) {name == "kaptGenerateStubsKotlin" || }name == "inspectRuntimeClasspath") {
mustRunAfter("generateJte")
}
}