Skip to content

Commit

Permalink
Actually push correct version number to Maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Mar 10, 2024
1 parent 6cc77ab commit 9dd55a6
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 @@ -389,7 +389,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.enderio'
artifactId = 'EnderIO'
version = "${getVersionString()}"
version = "${minecraft_version}-${version}"

artifact jar
artifact sourcesJar
Expand Down

0 comments on commit 9dd55a6

Please sign in to comment.