Skip to content

Commit

Permalink
feat: add license to POM
Browse files Browse the repository at this point in the history
Feature commit to trigger a release and publish in Artifactory.
  • Loading branch information
stempler committed Aug 15, 2024
1 parent dff9c05 commit 9f4e42e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ publishing {
publications {
maven(MavenPublication) {
from components.java

pom {
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
}
}
}

Expand Down

0 comments on commit 9f4e42e

Please sign in to comment.