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
|
@ -3,7 +3,7 @@ SASL with Smack provided code
|
|||
Use Smack provided code for SASL."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core')
|
||||
compile project(':smack-core')
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
testCompile project(path: ":smack-core", configuration: "archives")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue