mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-14 16:33:33 +00:00
ffd98ad6d9
Follow up to renovate PR
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "PaperMC"
|
|
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
paperDevBundle("1.19-R0.1-20220627.223747-42")
|
|
compileOnly("io.papermc:paperlib")
|
|
}
|