Skip to content

Merge pull request #28 from eliezio/patch-2 #62

Merge pull request #28 from eliezio/patch-2

Merge pull request #28 from eliezio/patch-2 #62

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon