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