Skip to content

Commit

Permalink
fix maven artifact namne
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed May 12, 2024
1 parent 0b5db03 commit e0a4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "dev.nyon"
artifactId = "better-boat-movement"
artifactId = "autodrop"
version = project.version.toString()
from(components["java"])
}
Expand Down

0 comments on commit e0a4a26

Please sign in to comment.