mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
smack-android/build.gradle: Use 'implementation' for smack-xmlparser-xpp3
which is the probably the better choice here anyway. And it also prevents the following failure on POM creation: $ gradle uploadArchives > Task :smack-android:uploadArchives FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':smack-android:uploadArchives'. > Could not publish configuration 'archives' > Could not write to file '/home/flo/data/code/smack/smack-android/build/poms/pom-default.xml'. See also https://discuss.gradle.org/t/gradle-fails-to-create-pom-with-the-configuration-to-scope-mapping-is-not-unique/32087
This commit is contained in:
parent
658905e1ba
commit
90cbcaebc7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ smack-extensions and smack-experimental."""
|
|||
// Note that the test dependencies (junit, …) are inferred from the
|
||||
// sourceSet.test of the core subproject
|
||||
dependencies {
|
||||
api project(':smack-xmlparser-xpp3')
|
||||
implementation project(':smack-xmlparser-xpp3')
|
||||
// Depend on minidns-android21 as optional dependency, even if may
|
||||
// not need it. Can't hurt to have it in the programm path with
|
||||
// the correct MiniDNS version as it won't hurt even if the
|
||||
|
|
Loading…
Reference in a new issue