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-30 00:16:19 +01:00
plugins {
java
}
applyPaperweightAdapterConfiguration()
repositories {
gradlePluginPortal()
2021-11-30 00:16:19 +01:00
}
dependencies {
2022-12-09 12:38:10 +01:00
paperDevBundle("1.19.2-R0.1-20221206.184705-189")
compileOnly("io.papermc:paperlib")
2021-11-30 00:16:19 +01:00
}