Skip to content

Commit

Permalink
fix swapped group and version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
radimous committed Nov 29, 2023
1 parent 5531654 commit fff0820
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
apply plugin: 'org.spongepowered.mixin'
#end

group = mod_version
version = mod_group_id
group = mod_group_id
version = mod_version

base {
archivesName = mod_id
Expand Down

0 comments on commit fff0820

Please sign in to comment.