Skip to content

Instantly share code, notes, and snippets.

@sirech
Created July 15, 2019 20:38
Show Gist options
  • Save sirech/9f2993bdf328256278a35d536c8f4d64 to your computer and use it in GitHub Desktop.
Save sirech/9f2993bdf328256278a35d536c8f4d64 to your computer and use it in GitHub Desktop.
build:
docker:
- image: circleci/openjdk:8-jdk
steps:
- checkout
- run: ./gradlew detekt
- run: ./gradlew clean test
- run: ./gradlew assemble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment