style(deps): comments
This commit is contained in:
parent
2b6bed8336
commit
1b23e3a816
1 changed files with 3 additions and 4 deletions
|
@ -18,19 +18,18 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Spigot
|
// Paper
|
||||||
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
// Game Libraries
|
// Inventory UI
|
||||||
compileOnly("xyz.xenondevs.invui:invui:1.46")
|
compileOnly("xyz.xenondevs.invui:invui:1.46")
|
||||||
compileOnly("xyz.xenondevs.invui:invui-kotlin:1.46")
|
compileOnly("xyz.xenondevs.invui:invui-kotlin:1.46")
|
||||||
|
|
||||||
|
// Resource Pack (unused)
|
||||||
implementation("ru.brikster:glyphs-api:1.1.0")
|
implementation("ru.brikster:glyphs-api:1.1.0")
|
||||||
implementation("ru.brikster:glyphs-resources:1.1.0")
|
implementation("ru.brikster:glyphs-resources:1.1.0")
|
||||||
|
|
||||||
// Stdlib
|
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
|
||||||
// Commons IO
|
|
||||||
implementation("commons-io:commons-io:2.14.0")
|
implementation("commons-io:commons-io:2.14.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue