Skip to content

Commit

Permalink
Set artifactId for publishing (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 authored Apr 21, 2024
1 parent 2c8617c commit 2a0c101
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jar {
publishing {
publications {
create("mavenJava", MavenPublication) {
artifactId = project.archives_base_name
from components.java
}
}
Expand Down

0 comments on commit 2a0c101

Please sign in to comment.