mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Set "rootProject.name = 'Smack'" in settings.gradle
This commit is contained in:
parent
afba123ba3
commit
bc3bbb5bb4
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue