mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-05 12:26:06 +00:00
15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
paperDevBundle("1.19.4-R0.1-20230423.020222-72")
|
|
compileOnly("io.papermc:paperlib")
|
|
}
|