Plex-FAWE/worldedit-bukkit/adapters/adapter-1_17_1/build.gradle.kts
Alex 11e25911d5
upstream: Update upstream (#1430)
* upstream: Update upstream

c407471 Re-add class shutter with tweaks. (1947)

* upstream: Update Upstream

29f1c66 If a trace hits the world limit, cancel it (1942)

* upstream: Update upstream

511daa5 Update paperweight dev bundle
2021-11-26 23:31:27 +01:00

22 lines
364 B
Plaintext

plugins {
java
}
applyPaperweightAdapterConfiguration(
"1.17.1-R0.1-20211120.192557-194"
)
repositories {
maven {
name = "PaperMC"
url = uri("https://papermc.io/repo/repository/maven-public/")
content {
includeModule("io.papermc", "paperlib")
}
}
}
dependencies {
compileOnly(libs.paperlib)
}