File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ val versionLoader: String by project
1414val versionFabricApi: String by project
1515
1616group = " 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
1920repositories {
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}
You can’t perform that action at this time.
0 commit comments