Skip to content

Commit 6505820

Browse files
committed
release: Version 1.2.7
1 parent ea28a27 commit 6505820

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("xyz.jpenilla.resource-factory-fabric-convention") version "1.3.1"
1212
}
1313

14-
version = "1.2.7-SNAPSHOT"
14+
version = "1.2.7"
1515
group = "xyz.jpenilla"
1616
description = "Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more."
1717

@@ -31,7 +31,7 @@ dependencies {
3131

3232
implementation(include("org.fusesource.jansi", "jansi", "2.4.2"))
3333

34-
modImplementation(include("net.kyori", "adventure-platform-fabric", "6.7.0"))
34+
modImplementation("net.kyori", "adventure-platform-fabric", "6.7.0")
3535

3636
implementation(transitiveInclude("org.spongepowered:configurate-hocon:4.2.0") {
3737
exclude("net.kyori", "option") // provided by adventure-platform-fabric
@@ -67,7 +67,7 @@ fabricModJson {
6767
mixin("better-fabric-console.mixins.json")
6868
depends("fabricloader", ">=0.17.2")
6969
depends("fabric-api", "*")
70-
depends("minecraft", minecraftVersion)
70+
depends("minecraft", ">=$minecraftVersion")
7171
depends("adventure-platform-fabric", "*")
7272
}
7373

@@ -89,4 +89,5 @@ publishMods.modrinth {
8989
minecraftVersions.add(minecraftVersion)
9090
modLoaders.add("fabric")
9191
requires("fabric-api")
92+
requires("adventure-platform-mod")
9293
}

0 commit comments

Comments
 (0)