Skip to content

Commit

Permalink
build upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoness1 committed Oct 29, 2023
1 parent f1ceb8f commit e7fa2d8
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 + "+" + project.minecraft_version
version = project.minecraft_version + "+" + project.mod_version + "CMDfix"
group = project.maven_group

repositories {
Expand Down

0 comments on commit e7fa2d8

Please sign in to comment.