mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-12 15:07:22 +01:00
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
plugins {
|
|
`java-library`
|
|
}
|
|
|
|
apply(from = rootProject.file("nms/nmsModule.gradle"))
|
|
|
|
extra["craftbukkitVersion"] = "1.21-R0.1-SNAPSHOT";
|
|
|
|
description = "v1_21_R1"
|
|
|
|
dependencies {
|
|
compileOnly(libs.com.mojang.authlib.new)
|
|
} |