mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-25 22:12:39 +01:00
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
plugins {
|
|
`java-library`
|
|
}
|
|
|
|
apply(from = rootProject.file("nms/nmsModule.gradle"))
|
|
|
|
extra["craftbukkitVersion"] = "1.19.1-R0.1-SNAPSHOT"
|
|
|
|
description = "v1_19_R1"
|
|
|
|
dependencies {
|
|
compileOnly(libs.com.mojang.authlib.old)
|
|
}
|