Skip to content

Merge branch '1.16' into 1.17 #99

Merge branch '1.16' into 1.17

Merge branch '1.16' into 1.17 #99

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: "16"
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build