gg.rohan.beak
Owner: Rohan Goyal
Gradle plugin to help with deployment to remote servers on pterodactyl
https://github.com/AV3RG/beak/wiki
Sources: https://github.com/AV3RG/beak
Version 0.1 (latest)
0.1
Created 08 July 2024.
Gradle plugin to help with deployment to remote servers on pterodactyl
Add this plugin to your build using the plugins DSL:
plugins {
id("gg.rohan.beak") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gg.rohan:beak:0.1") } } apply(plugin = "gg.rohan.beak")
- Applying plugins to all subprojects .