Skip to content

Commit

Permalink
Update Item NBT API
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Sep 22, 2023
1 parent 092bc8b commit a6b6af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
exclude("org.slf4j", "slf4j-api")
}
implementationRelocate(project, "org.bstats:bstats-bukkit:3.0.2")
implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.0-RC1", "de.tr7zw.changeme.nbtapi").exclude("de.tr7zw", "functional-annotations")
implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.0", "de.tr7zw.changeme.nbtapi").exclude("de.tr7zw", "functional-annotations")
}

setupPublishing(
Expand Down

0 comments on commit a6b6af8

Please sign in to comment.