Skip to content

Manually construct frames #350

Manually construct frames

Manually construct frames #350

Workflow file for this run

name: Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container: adoptopenjdk:11-jdk-hotspot-bionic
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Gradle build
env:
GRADLE_CLI_OPTS: ""
run: "chmod +x ./gradlew && ./gradlew ${GRADLE_CLI_OPTS} build"