Skip to content

Commit

Permalink
Fix Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R committed Jul 26, 2024
1 parent 62a9d93 commit 9589954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ publishing {

publishing {
publications.register('mavenJava', MavenPublication).configure {
from components.java
artifact jar
artifact sourcesJar

artifactId = project.name
pom {
Expand Down

0 comments on commit 9589954

Please sign in to comment.