me.bristermitten.pdm
Owner: Alexander Wood
Sets up PDM to automatically download any dependencies for Spigot plugins
https://github.com/knightzmc/pdm
Sources: https://github.com/knightzmc/pdm
Version 0.0.23
0.0.23
Created 25 August 2020.
Sets up PDM to automatically download any dependencies for Spigot plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("me.bristermitten.pdm") version "0.0.23"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.bristermitten:pdm-gradle:0.0.23") } } apply(plugin = "me.bristermitten.pdm")
- Applying plugins to all subprojects .