Set "rootProject.name = 'Smack'" in settings.gradle

This commit is contained in:
Florian Schmaus 2015-02-23 13:58:51 +01:00
parent afba123ba3
commit bc3bbb5bb4
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
// The name of the root project.
// If we would not set the name, then gradle would use the directory
// name of the root directory
rootProject.name = 'Smack'
include 'smack-core',
'smack-im',
'smack-tcp',