dev.mythicdrops.gradle.project
Owner: Richard Harrah
Orchestration plugin for all MythicDrops Gradle projects.
https://github.com/MythicDrops/mythicdrops-gradle-plugin
Sources: https://github.com/MythicDrops/mythicdrops-gradle-plugin
Version 1.0.5
1.0.5
Created 11 August 2021.
Orchestration plugin for all MythicDrops Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mythicdrops.gradle.project") version "1.0.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mythicdrops:mythicdrops-gradle-plugin:1.0.5") } } apply(plugin = "dev.mythicdrops.gradle.project")
- Applying plugins to all subprojects .