Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal0404 committed Oct 12, 2024
1 parent 7dd6e15 commit df90794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ version = fullProjectVersion
processResources {
inputs.property "id", project.mod_id
inputs.property "name", project.mod_name
inputs.property "version", finalModVersion
inputs.property "version", fullModVersion
inputs.property "minecraft_dependency", project.minecraft_dependency
inputs.property "mixinextras_dependency", project.mixinextras_version
inputs.property "conditional_mixin_dependency", project.conditionalmixin_version
Expand All @@ -138,7 +138,7 @@ processResources {
def valueMap = [
"id": project.mod_id,
"name": project.mod_name,
"version": finalModVersion,
"version": fullModVersion,
"minecraft_dependency": project.minecraft_dependency,
"mixinextras_dependency": project.mixinextras_version,
"conditional_mixin_dependency": project.conditionalmixin_version,
Expand Down

0 comments on commit df90794

Please sign in to comment.