Skip to content

Commit 53bf9e8

Browse files
committed
Fix build
1 parent e9381e6 commit 53bf9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation("com.tcoded:FoliaLib:0.4.2")
5252
implementation("com.github.cryptomorin:XSeries:11.2.0.1")
5353
implementation("de.tr7zw:item-nbt-api:2.13.2")
54-
compileOnly("dev.rosewood.rosestacker:RoseStacker:1.5.22")
54+
compileOnly(files("libs/RoseStacker-1.5.22.jar"))
5555

5656
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
5757
implementation("net.kyori:adventure-api:$adventureVersion")

0 commit comments

Comments
 (0)