Skip to content

BM@N and fixes

BM@N and fixes #125

Workflow file for this run

name: Gradle build
on:
push:
branches: [ dev, master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: liberica
- name: execute build
uses: gradle/[email protected]
with:
arguments: build