Skip to content

Merge pull request #18 from UbiqueInnovation/feature/agp-8.6 #87

Merge pull request #18 from UbiqueInnovation/feature/agp-8.6

Merge pull request #18 from UbiqueInnovation/feature/agp-8.6 #87

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Grant permission to execute
run: chmod +x gradlew
- name: Build
run: ./gradlew build --console=plain