Skip to content

Updated the sample! #12

Updated the sample!

Updated the sample! #12

Workflow file for this run

name: Linux build
on: [push]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AdoptOpenJDK/install-jdk@v1
with:
version: '11'
architecture: x64
- name: compile
run: |
./gradlew clean jar