Skip to content

Commit

Permalink
Merge pull request #3 from SooStrator1136/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmvik authored Dec 27, 2023
2 parents 8d10476 + b111d50 commit aff4a9c
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 aff4a9c

Please sign in to comment.