Skip to content

Commit 68fa239

Browse files
committed
chore: add folialib dependency
1 parent 65a3f10 commit 68fa239

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugin-shadowjar = "8.3.7"
1313
plugin-spotless = "7.0.4"
1414
plugin-bukkit = "0.7.1"
1515
minestom = "b39badc77b"
16+
folialib = "0.5.1"
1617

1718
[libraries.spigot]
1819
module = "org.spigotmc:spigot-api"
@@ -52,6 +53,10 @@ version.ref = "adventure-api"
5253
module = "net.minestom:minestom-snapshots"
5354
version.ref = "minestom"
5455

56+
[libraries.folialib]
57+
module = "com.tcoded:FoliaLib"
58+
version.ref = "folialib"
59+
5560
[plugins]
5661
shadowjar = { id = "com.gradleup.shadow", version.ref = "plugin-shadowjar" }
5762
spotless = { id = "com.diffplug.spotless", version.ref = "plugin-spotless" }

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)