com.github.hexomod.replace.token.preprocessor
Owner: Hexosse de HexoCube
A simple java replace token preprocessor plugin
https://github.com/HexoMod-tools/gradle-replace-token-preprocessor-plugin
Sources: https://github.com/HexoMod-tools/gradle-replace-token-preprocessor-plugin.git
Version 0.4 (latest)
0.4
Created 18 March 2022.
A simple java replace token preprocessor plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.hexomod.replace.token.preprocessor") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.hexomod:ReplaceTokenPreprocessor:0.4") } } apply(plugin = "com.github.hexomod.replace.token.preprocessor")
- Applying plugins to all subprojects .