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

Don't use gradle 'configurations' in smack-core

Fixes SMACK-587
This commit is contained in:
Florian Schmaus 2014-10-09 19:53:53 +02:00
parent ade6d528e8
commit 328b733f7e
5 changed files with 4 additions and 32 deletions

View file

@ -4,5 +4,5 @@ Use javax.naming for DNS SRV lookups. The javax.naming API is availabe in JavaSE
since Java7."""
dependencies {
compile project(path: ':smack-core', configuration: 'dns')
compile project(path: ':smack-core')
}