Skip to content

Commit

Permalink
fix swapped group and version in build.gradle (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
radimous authored Dec 7, 2023
1 parent ca63c86 commit 3c8b1e5
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 3c8b1e5

Please sign in to comment.