com.cloudcraftnetwork.gradle
Owner: Matthew Broomfield
Gradle Plugin for CloudCraftNetwork
Sources: https://github.com/CloudCraftNetwork/GradlePlugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cloudcraftnetwork.gradle") version "0.3.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.cloudcraftnetwork.gradle:GradlePlugin:0.3.6") } } apply(plugin = "com.cloudcraftnetwork.gradle")
- Applying plugins to all subprojects .