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 ff456a7 commit 15174e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ modrinth {

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

changelog = System.env.MODRINTH_CHANGELOG ?: ''
dependencies {
changelog = System.env.MODRINTH_CHANGELOG ?: ''
dependencies {
optional.project 'fabric-api'
}

uploadFile = remapJar
uploadFile = remapJar
}

// configure the maven publication
Expand Down

0 comments on commit 15174e4

Please sign in to comment.