Skip to content

Commit

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

pom.withXml {
Expand Down

0 comments on commit d86ea8c

Please sign in to comment.