Skip to content

Commit

Permalink
use correct artifact id for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Jan 18, 2021
1 parent db5dd73 commit abc6e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def env = System.getenv()
publishing {
publications {
mavenJava(MavenPublication) {
artifactId = 'server-translations-api'
artifact(remapJar) {
builtBy remapJar
}
Expand Down

0 comments on commit abc6e0c

Please sign in to comment.