Skip to content

Commit

Permalink
release: Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Nov 28, 2021
1 parent 66bb5cf commit 2df7930
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ val versionLoader: String by project
val versionFabricApi: String by project

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

repositories {
mavenCentral()
Expand Down Expand Up @@ -46,8 +47,8 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:$versionLoader")

// Testmod TODO figure out own scope
modImplementation("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
// modRuntime("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
// modImplementation("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")
modCompileOnly("net.fabricmc.fabric-api:fabric-api:$versionFabricApi")

checkstyle("ca.stellardrift:stylecheck:0.1")
}
Expand Down

0 comments on commit 2df7930

Please sign in to comment.