Skip to content

Merge pull request #13 from UbiqueInnovation/agp-8.2 #70

Merge pull request #13 from UbiqueInnovation/agp-8.2

Merge pull request #13 from UbiqueInnovation/agp-8.2 #70

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