mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-15 00:43:33 +00:00
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
paperDevBundle("1.19.2-R0.1-20221206.184705-189")
|
|
compileOnly("io.papermc:paperlib")
|
|
}
|