io.papermc.paperweight.patcher
Owner: PaperMC
Gradle plugin for developing Paper derivatives
https://github.com/PaperMC/paperweight
Sources: https://github.com/PaperMC/paperweight
Version 1.7.6 (latest)
1.7.6
Created 04 December 2024.
Gradle plugin for developing Paper derivatives
Add this plugin to your build using the plugins DSL:
plugins {
id("io.papermc.paperweight.patcher") version "1.7.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.papermc.paperweight:paperweight-patcher:1.7.6") } } apply(plugin = "io.papermc.paperweight.patcher")
- Applying plugins to all subprojects .