We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9381e6 commit 53bf9e8Copy full SHA for 53bf9e8
build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("com.tcoded:FoliaLib:0.4.2")
52
implementation("com.github.cryptomorin:XSeries:11.2.0.1")
53
implementation("de.tr7zw:item-nbt-api:2.13.2")
54
- compileOnly("dev.rosewood.rosestacker:RoseStacker:1.5.22")
+ compileOnly(files("libs/RoseStacker-1.5.22.jar"))
55
56
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
57
implementation("net.kyori:adventure-api:$adventureVersion")
0 commit comments