Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Sep 4, 2024
1 parent b091dd3 commit 69f3e4d
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 @@ sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21

archivesBaseName = project.archives_base_name
version = project.mod_version
version = "${project.mod_version}+mc${project.minecraft_version}"
group = project.maven_group

configurations {
Expand Down

0 comments on commit 69f3e4d

Please sign in to comment.