com.brambolt.gradle.velocity
Owner: Brambolt
Apache Velocity convenience plugin.
https://github.com/brambolt/gradle-velocity
Sources: https://github.com/brambolt/gradle-velocity
Version 2022.04.01-7015
2022.04.01-7015
Created 30 March 2022.
Apache Velocity convenience plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.velocity") version "2022.04.01-7015"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-velocity:2022.04.01-7015") } } apply(plugin = "com.brambolt.gradle.velocity")
- Applying plugins to all subprojects .