mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
gradle: Use project(':foo') intead of project(path: ':foo') when possible
This commit is contained in:
parent
5b23b9a6ae
commit
ac77c969ac
6 changed files with 6 additions and 6 deletions
|
@ -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')
|
||||
compile project(':smack-core')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue