Skip to content

Commit

Permalink
I don't even understand.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 29, 2022
1 parent 32b7d96 commit dad5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = project.maven_group
version = "${project.mod_version}+${getMCVersionString()}"
archivesBaseName = project.archives_base_name

if (!(System.getenv("CURSEFORGE_TOKEN") && !(System.getenv("MODRINTH_TOKEN")))) {
if (!(System.getenv("CURSEFORGE_TOKEN") || System.getenv("MODRINTH_TOKEN"))) {
version += "-local"
}
logger.lifecycle("Preparing version ${version}...")
Expand Down

0 comments on commit dad5695

Please sign in to comment.