1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Move gradle subproject configuration into the subproject

This commit is contained in:
Florian Schmaus 2014-03-08 11:47:40 +01:00
parent 45226080e6
commit 93eea8ab8d
12 changed files with 161 additions and 195 deletions

7
tcp/build.gradle Normal file
View file

@ -0,0 +1,7 @@
description = """\
Smack for standard XMPP connections over TCP."""
dependencies {
compile project(':core')
testCompile project(':core').sourceSets.test.runtimeClasspath
}