Skip to content

fix step height enchant by porting 1.16 flag. melter likes buckets no… #485

fix step height enchant by porting 1.16 flag. melter likes buckets no…

fix step height enchant by porting 1.16 flag. melter likes buckets no… #485

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: setup jdk
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: setup
run: ./gradlew eclipse
- name: build
run: ./gradlew build