gg.jte.gradle
Owner: Andreas Hager
Precompile all jte templates to Java classes during gradle build
Sources: https://github.com/casid/jte.git
Version 3.1.1
3.1.1
Created 03 October 2023.
Precompile all jte/kte templates to Java/Kotlin classes during gradle build
Add this plugin to your build using the plugins DSL:
plugins {
id("gg.jte.gradle") version "3.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gg.jte:jte-gradle-plugin:3.1.1") } } apply(plugin = "gg.jte.gradle")
- Applying plugins to all subprojects .