Skip to content

Commit

Permalink
Set artifactId for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Apr 15, 2024
1 parent 5bfd964 commit f70469e
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 f70469e

Please sign in to comment.