Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/utzcoz/robolectric-plugin
- Owner: utzcoz
- License: apache-2.0
- Created: 2024-01-12T13:51:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T06:40:57.000Z (9 months ago)
- Last Synced: 2024-05-02T03:11:06.875Z (8 months ago)
- Language: Kotlin
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```