net.gradleutil.gradle-conf
Owner: gradleutil-code
Configure your Gradle builds with HOCON
https://github.com/gradleutil/gradle-conf
Sources: https://github.com/gradleutil/gradle-conf
Add this plugin to your build using the plugins DSL:
plugins {
id("net.gradleutil.gradle-conf") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.gradleutil:gradle-conf-plugin:1.2.0") } } apply(plugin = "net.gradleutil.gradle-conf")
- Applying plugins to all subprojects .