org.webpieces.templatecompiler
所有者: Zachary Reed
Webpieces HTML模板编译器
https://github.com/deanhiller/webpieces
源代码:https://github.com/deanhiller/webpieces
使用插件 DSL
plugins {
id("org.webpieces.templatecompiler") version "2.1.114"
}
使用传统插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.webpieces:gradle-plugin-htmlcompiler:2.1.114")
}
}
apply(plugin = "org.webpieces.templatecompiler")