Skip to content

Commit

Permalink
Merge pull request #227 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 7648b16 + 8c4296e commit 3d9187c
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 @@ -115,6 +115,14 @@ publishing {
publications {
bioformats2raw(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 3d9187c

Please sign in to comment.