airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.83k stars 500 forks source link

Cannot use `mvrx-testing` dependency because of unavailable dependency #177

Closed tasomaniac closed 5 years ago

tasomaniac commented 5 years ago

The new testing artifact's pom has a dependency that is not available. This seems like a mistake

https://repo1.maven.org/maven2/com/airbnb/android/mvrx-testing/0.7.0/mvrx-testing-0.7.0.pom

image

Workaround:

    testImplementation('com.airbnb.android:mvrx-testing:0.7.0') {
        exclude group: 'MvRx'
    }
gpeal commented 5 years ago

Reopening because groupId is not set correctly still.

tasomaniac commented 5 years ago

Just like version, group is a property on Project. That can be set via allprojects