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

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

15 lines
215 B
Plaintext
Raw Normal View History

2021-11-29 23:16:19 +00:00
plugins {
java
}
applyPaperweightAdapterConfiguration()
repositories {
gradlePluginPortal()
2021-11-29 23:16:19 +00:00
}
dependencies {
2022-12-09 11:38:10 +00:00
paperDevBundle("1.19.2-R0.1-20221206.184705-189")
compileOnly("io.papermc:paperlib")
2021-11-29 23:16:19 +00:00
}