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

Migrate from Ant to Gradle (SMACK-265)

This commit is contained in:
Florian Schmaus 2014-02-14 18:13:51 +01:00
parent 235eca3a3d
commit 201152ef42
767 changed files with 1088 additions and 4296 deletions

1
settings.gradle Normal file
View file

@ -0,0 +1 @@
include 'core', 'extensions', 'experimental', 'debug', 'resolver-dnsjava', 'resolver-javax', 'compression-jzlib'