Skip to content

Commit

Permalink
change version string format
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoskey committed Mar 26, 2022
1 parent c1fc1ae commit 6b72d06
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 @@ -15,7 +15,7 @@ apply plugin: 'org.parchmentmc.librarian.forgegradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
apply plugin: 'maven-publish'

version = "MC${minecraft_version}-${mod_version}"
version = "${minecraft_version}-${mod_version}"
group = 'com.github.emersoncoskey' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'baba'

Expand Down

0 comments on commit 6b72d06

Please sign in to comment.