File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ repositories {
1313}
1414
1515dependencies {
16- compileOnly(" org.jetbrains:annotations:26.1.0" )
16+ compileOnly(libs.jetbrains.annotations)
17+ compileOnly(libs.lz4)
1718
1819 testImplementation(libs.junit.jupiter)
1920 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2021 testImplementation(libs.opennbt)
22+ testImplementation(libs.lz4)
2123}
2224
2325java {
Original file line number Diff line number Diff line change 11[versions ]
2+ jetbrains-annotations = " 26.1.0"
3+ lz4 = " 1.10.3"
4+
25junit = " 6.0.3"
36opennbt = " 1.5"
47
58[libraries ]
9+ jetbrains-annotations = { module = " org.jetbrains:annotations" , version.ref = " jetbrains-annotations" }
10+ lz4 = { module = " at.yawk.lz4:lz4-java" , version.ref = " lz4" }
11+
612junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
713opennbt = { module = " com.github.steveice10:opennbt" , version.ref = " opennbt" }
Original file line number Diff line number Diff line change 1616
1717module org .glavo .nbt {
1818 requires static org .jetbrains .annotations ;
19+ requires static org .lz4 .java ;
1920
2021 exports org .glavo .nbt ;
2122 exports org .glavo .nbt .tag ;
You can’t perform that action at this time.
0 commit comments