gg.hubblemc.velocity
Owner: Koding Dev
Utilities for developing Velocity plugins.
Sources: https://github.com/HubbleMC/gradle-plugin
Version 2.1.4 (latest)
2.1.4
Created 25 June 2023.
Utilities for developing Velocity plugins.
Add this plugin to your build using the plugins DSL:
plugins {
id("gg.hubblemc.velocity") version "2.1.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gg.hubblemc:gradle-plugin:2.1.4") } } apply(plugin = "gg.hubblemc.velocity")
- Applying plugins to all subprojects .