1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 10:19:41 +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 @@
// 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'
apply plugin: 'checkstyle'
apply plugin: 'maven'