Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 26, 2023
1 parent 85d846e commit 06c486c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

base.archivesName = project.archives_base_name
version = project.mod_version
version = "${project.mod_version}${System.env.MODRINTH_VERSION_METADATA}"
group = project.maven_group

repositories {
Expand Down Expand Up @@ -95,7 +95,7 @@ modrinth {

versionName = "Still Clouds ${project.version}"
versionType = System.env.MODRINTH_VERSION_TYPE ?: 'release'
versionNumber = "project.version${System.env.MODRINTH_VERSION_METADATA}"
versionNumber = project.version

changelog = System.env.MODRINTH_CHANGELOG ?: ''
dependencies {
Expand Down

0 comments on commit 06c486c

Please sign in to comment.