Skip to content

Commit 2df7930

Browse files
committed
release: Version 4.0.0
1 parent 66bb5cf commit 2df7930

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
@@ -14,7 +14,8 @@ val versionLoader: String by project
1414
val versionFabricApi: String by project
1515

1616
group = "net.kyori"
17-
version = "4.0.0-SNAPSHOT"
17+
version = "4.0.0"
18+
description = "Integration between the adventure library and Minecraft: Java Edition, using the Fabric modding system"
1819

1920
repositories {
2021
mavenCentral()
@@ -46,8 +47,8 @@ dependencies {
4647
modImplementation("net.fabricmc:fabric-loader:$versionLoader")
4748

4849
// Testmod TODO figure out own scope
49-
modImplementation("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
50-
// modRuntime("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
50+
// modImplementation("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
51+
modCompileOnly("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
5152

5253
checkstyle("ca.stellardrift:stylecheck:0.1")
5354
}

0 commit comments

Comments
 (0)