Skip to content

Commit

Permalink
Temp removal of registry sync disabler
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Feb 28, 2021
1 parent 24e6fef commit cda8ae4
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 @@ -22,7 +22,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

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

dependencies {
Expand Down

0 comments on commit cda8ae4

Please sign in to comment.