Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utzcoz/robolectric-plugin

[WIP] Aims to create a Gradle plugin to use Robolectric's offline in your Android project.
https://github.com/utzcoz/robolectric-plugin

Last synced: 22 days ago
JSON representation

[WIP] Aims to create a Gradle plugin to use Robolectric's offline in your Android project.

Awesome Lists containing this project

README

        

# robolectric-plugin

This project is created from https://docs.gradle.org/current/samples/sample_gradle_plugin.html.

## Build

```
./gradlew build
```

## Test

```
./gradlew test
```

## Publish to mavenLocal

```
./gradlew publishPluginMavenPublicationToMavenLocal
```