Skip to content

Commit

Permalink
Merge pull request #114 from sbesson/pom_license
Browse files Browse the repository at this point in the history
Add GPL license metadata to published POM
  • Loading branch information
melissalinkert authored Nov 28, 2023
2 parents 51d15e2 + 30b4836 commit fabafa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ publishing {
publications {
raw2ometiff(MavenPublication) {
from components.java
pom {
licenses {
license {
name = 'GNU General Public License version 2'
url = 'http://www.gnu.org/licenses/gpl-2.0.txt'
}
}
}
}
}

Expand Down

0 comments on commit fabafa0

Please sign in to comment.