mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-15 00:43:33 +00:00
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "PaperMC"
|
|
url = uri("https://papermc.io/repo/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
paperDevBundle("1.18.1-R0.1-20211221.093324-19")
|
|
compileOnly(libs.paperlib)
|
|
}
|