Skip to content

Commit

Permalink
Fix maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
SooStrator1136 committed Nov 25, 2022
1 parent 458619f commit b111d50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ artifacts {
archives javadocJar
}

// To specify a license in the pom:
publishing {
publications {
mavenJava(MavenPublication) {
pom {
from components.java

pom { // To specify a license in the pom:
licenses {
license {
name = 'MIT License'
Expand Down

0 comments on commit b111d50

Please sign in to comment.