Skip to content

simplify gradle sample #123

simplify gradle sample

simplify gradle sample #123

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: ./gradlew --info build
- name: Test jvm2dts
run: ./gradlew --info test