mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-05 20:36:06 +00:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
// https://papermc.io/repo/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
|
|
paperDevBundle("1.18.2-R0.1-20220920.010157-167")
|
|
compileOnly("io.papermc:paperlib")
|
|
}
|