Skip to content

Commit

Permalink
Fix Fabric maven builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jan 20, 2024
1 parent bd0cf72 commit bfb69a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ subprojects {
publishing {
publications {
mavenJava(MavenPublication) {
artifact jar
groupId project.group
artifactId project.archivesBaseName
groupId project.group
version project.version
from components.java

pom {
name = project.archivesBaseName
Expand Down

0 comments on commit bfb69a6

Please sign in to comment.