Skip to content

Commit

Permalink
Fix maven artifact ids
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 19, 2024
1 parent 91c0c14 commit 0cdfcb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ def moduleDependencies(Project project, List<String> projectNames) {
mavenJava(MavenPublication) {
if (getProjectSimpleName(project) == "legacyfabric-api") {
artifactId = "legacy-fabric-api"
} else {
artifactId = getProjectMavenName(it)
}

pom.withXml {
Expand Down

0 comments on commit 0cdfcb7

Please sign in to comment.