Skip to content

Commit

Permalink
Fix API publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKR93 committed May 8, 2024
1 parent 1498176 commit f0c6352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ tasks {
}

generateDevelopmentBundle {
apiCoordinates.set("${group}:${projectName.lowercase()}-api")
mojangApiCoordinates.set("${group}:${projectName.lowercase()}-mojangapi")
apiCoordinates.set("${project.group}:${projectName.lowercase()}-api")
mojangApiCoordinates.set("${project.group}:${projectName.lowercase()}-mojangapi")
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
"https://maven.pkg.github.com/$projectRepo",
Expand Down

0 comments on commit f0c6352

Please sign in to comment.