mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-05 18:58:59 +01:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
plugins {
|
|
`java-library`
|
|
}
|
|
|
|
apply(from = rootProject.file("nms/nmsModule.gradle"))
|
|
|
|
extra["craftbukkitVersion"] = "1.17.1-R0.1-SNAPSHOT"
|
|
|
|
description = "v1_17_R1"
|
|
|
|
dependencies {
|
|
compileOnly(libs.com.mojang.authlib.old)
|
|
} |