Skip to content

Commit e85fcf1

Browse files
committed
chore: add folialib dependency
1 parent fe69753 commit e85fcf1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

inventory-framework-platform-paper/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ inventoryFramework {
77
publish = true
88
}
99

10+
repositories {
11+
maven("https://repo.tcoded.com/releases")
12+
}
13+
1014
dependencies {
1115
compileOnly(libs.paperSpigot)
1216
implementation(projects.inventoryFrameworkPlatformBukkit)
17+
implementation(libs.folialib)
1318
}
1419

1520
java {

0 commit comments

Comments
 (0)