Skip to content

Commit

Permalink
Fix artifact name / add mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
falkreon committed Jan 4, 2024
1 parent 0377c50 commit 4551f5e
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 @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
version = project.mod_version
version = project.mod_version + "+" + project.minecraft_version;
group = project.maven_group

repositories {
Expand Down

0 comments on commit 4551f5e

Please sign in to comment.