mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Drop OSGi support
This commit is contained in:
parent
083dac8b83
commit
d06f533bb9
5 changed files with 0 additions and 35 deletions
|
@ -1,9 +1,3 @@
|
|||
// Although the osgi plugin is already applied by the root project's
|
||||
// subprojects closure, we need to re-apply it here so that the
|
||||
// manifest is a OsgiManifest. Possible caused by
|
||||
// evaluationDependsOnChildren in the root project.
|
||||
apply plugin: 'osgi'
|
||||
|
||||
description = """\
|
||||
Smack for Java7 (or higher).
|
||||
This is a pseudo-artifact that pulls all the required dependencies to
|
||||
|
@ -19,9 +13,3 @@ dependencies {
|
|||
javadoc {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
instruction 'Import-Package', '!sun.security.*, *'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue