mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Compare commits
1 Commits
95aab0088e
...
issue-711
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3b0af3265 |
@@ -18,6 +18,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.hierynomus"
|
group = "com.hierynomus"
|
||||||
|
ext.moduleName = "${project.group}.${project.name}"
|
||||||
|
|
||||||
scmVersion {
|
scmVersion {
|
||||||
tag {
|
tag {
|
||||||
@@ -100,7 +101,10 @@ task writeSshjVersionProperties {
|
|||||||
|
|
||||||
jar.dependsOn writeSshjVersionProperties
|
jar.dependsOn writeSshjVersionProperties
|
||||||
jar {
|
jar {
|
||||||
|
inputs.property("moduleName", moduleName)
|
||||||
manifest {
|
manifest {
|
||||||
|
attributes 'Automatic-Module-Name': moduleName
|
||||||
|
|
||||||
// please see http://bnd.bndtools.org/chapters/390-wrapping.html
|
// please see http://bnd.bndtools.org/chapters/390-wrapping.html
|
||||||
instruction "Bundle-Description", "SSHv2 library for Java"
|
instruction "Bundle-Description", "SSHv2 library for Java"
|
||||||
instruction "Bundle-License", "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
instruction "Bundle-License", "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user