Plex-FAWE/worldedit-bukkit/adapters/adapter-1_19_4/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
214 B
Plaintext
Raw Normal View History

plugins {
java
}
applyPaperweightAdapterConfiguration()
repositories {
gradlePluginPortal()
}
dependencies {
2023-04-23 20:47:30 +00:00
paperDevBundle("1.19.4-R0.1-20230423.020222-72")
compileOnly("io.papermc:paperlib")
}