quittle / gradle-android-emulator

Gradle plugin for starting the Android Emulator when running instrumentation tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish plugin to Maven Central/JCenter

quittle opened this issue · comments

If users are unable or unwilling to use the built-in Gradle plugin solution, my releases are only available if they explicitly add the repository.

buildscript {
    repositories {
        maven {
            url "https://plugins.gradle.org/m2/"
        }
    }
}

This adds unnecessary friction for use. Releases should deploy the plugin to at least one of these hosts to simplify onboarding.

After supporting this new method, the README should be updated to document how to consume it.

It is already published to Maven Central as it turns out. JCenter is being sunset so migrating to it is not a priority.

Documentation for consuming it via Maven Central should be added though

Closing this as the documentation on the plugin site explains it well enough