mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
|
plugins {
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
apply(from = rootProject.file("nms/nmsModule.gradle"))
|
||
|
|
||
|
extra["craftbukkitVersion"] = "1.21.3-R0.1-SNAPSHOT";
|
||
|
|
||
|
description = "v1_21_R2"
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(libs.com.mojang.authlib.new)
|
||
|
}
|
||
|
|
||
|
java {
|
||
|
sourceCompatibility = JavaVersion.VERSION_21
|
||
|
targetCompatibility = JavaVersion.VERSION_21
|
||
|
}
|