1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-13 19:14:01 +00:00

18 lines
455 B
Plaintext
Raw Normal View History

import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
plugins {
java
}
applyPaperweightAdapterConfiguration()
repositories {
gradlePluginPortal()
}
dependencies {
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.21.1-R0.1-SNAPSHOT/
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.1-R0.1-20240910.023150-72")
compileOnly(libs.paperlib)
}