Skip to content

Commit

Permalink
Merge pull request #301 from adagios/master
Browse files Browse the repository at this point in the history
adds current version to exported classes
  • Loading branch information
hierynomus committed Feb 6, 2017
2 parents 65b3003 + edfb069 commit 56c0baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -92,8 +92,8 @@ jar {
instruction "Import-Package", "org.bouncycastle*;resolution:=optional"
instruction "Import-Package", "org.bouncycastle.jce.provider;resolution:=optional"
instruction "Import-Package", "*"
instruction "Export-Package", "com.hierynomus.sshj.*"
instruction "Export-Package", "net.schmizz.*"
instruction "Export-Package", "com.hierynomus.sshj.*;version=\"${project.jar.manifest.version}\""
instruction "Export-Package", "net.schmizz.*;version=\"${project.jar.manifest.version}\""
}
}

Expand Down

0 comments on commit 56c0baf

Please sign in to comment.