mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 13:52:06 +01:00
gradle: use compileClasspath instead of compileOnly
In the previous commit 46ddf071b ("gradle: add Android jar to smack-android-extensions compile classpath") we already added the Android jar using compileClasspath to smack-android-extensions. Now use the same configuration for smack-android, since compileOnly is deprecated.
This commit is contained in:
parent
7b002ea214
commit
9a081e621d
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ dependencies {
|
|||
}
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compileOnly files(androidBootClasspath)
|
||||
compileClasspath files(androidBootClasspath)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue