dev.mythicdrops.gradle.convention.maven-publish
Owner: Richard Harrah
Common conventions for all MythicDrops Maven Publishing Gradle projects.
https://github.com/MythicDrops/mythicdrops-gradle-plugin
Sources: https://github.com/MythicDrops/mythicdrops-gradle-plugin
Version 3.1.2
3.1.2
Created 03 October 2022.
Common conventions for all MythicDrops Maven Publishing Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mythicdrops.gradle.convention.maven-publish") version "3.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mythicdrops:mythicdrops-gradle-plugin:3.1.2") } } apply(plugin = "dev.mythicdrops.gradle.convention.maven-publish")
- Applying plugins to all subprojects .