Skip to content

Commit

Permalink
add now required license for clojars to generated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 18, 2024
1 parent abd6bbc commit 97efacc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ publishing {
publications {
gpr(MavenPublication) {
from(components.java)


pom {
licenses {
license {
name = 'MIT License'
url = 'https://github.com/dynomake/libretranslate-java/blob/master/LICENSE'
}
}
}
}
}
}

0 comments on commit 97efacc

Please sign in to comment.