Skip to content

Commit

Permalink
fix missing maven group
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Jan 25, 2024
1 parent deda115 commit d84a685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {
apply plugin: "architectury-plugin"
apply plugin: "maven-publish"

group = rootProject.maven_group
archivesBaseName = rootProject.archives_base_name
version = rootProject.mod_version

Expand Down

0 comments on commit d84a685

Please sign in to comment.