Skip to content

Commit

Permalink
Bump NanoLiveConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Sep 9, 2024
1 parent a16ea95 commit 799f1f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {

compileOnly 'net.caffeinemc:mixin-config-plugin:1.0-SNAPSHOT'

implementation(forgeRuntimeLibrary(include("com.github.dima_dencep.mods:NanoLiveConfig:2.2.0") {
implementation(forgeRuntimeLibrary(include("com.github.dima_dencep.mods:NanoLiveConfig:2.3.2") {
exclude(group: "dev.su5ed.sinytra.fabric-api")
}))
}
Expand All @@ -117,8 +117,9 @@ processResources.dependsOn createMixinConfig
createMixinConfig.dependsOn compileJava

def getVersionMetadata() {
def build_release = System.getenv("BUILD_RELEASE") == "true"
// CI builds only
if (project.hasProperty("build.release")) {
if (build_release) {
return "" // no tag whatsoever
}

Expand Down

0 comments on commit 799f1f9

Please sign in to comment.