1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Drop OSGi support

This commit is contained in:
Florian Schmaus 2019-02-05 13:23:30 +01:00
parent 083dac8b83
commit d06f533bb9
5 changed files with 0 additions and 35 deletions

View file

@ -1,8 +1,3 @@
// Note that this is also declared in the main build.gradle for
// subprojects, but since evaluationDependsOnChildren is enabled we
// need to declare it here too
apply plugin: 'osgi'
description = """\
Smack core components."""
@ -47,9 +42,3 @@ task createVersionResource(type: CreateFileTask) {
}
compileJava.dependsOn(createVersionResource)
jar {
manifest {
instruction 'DynamicImport-Package', '*'
}
}