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 3.0.1
3.0.1
Created 21 April 2022.
Orchestration plugin for all MythicDrops Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mythicdrops.gradle.project") version "3.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mythicdrops:mythicdrops-gradle-plugin:3.0.1") } } apply(plugin = "dev.mythicdrops.gradle.project")
- Applying plugins to all subprojects .