Skip to content

1.20.1-1.12.7 release with breaker target fix and hopper hardness #331

1.20.1-1.12.7 release with breaker target fix and hopper hardness

1.20.1-1.12.7 release with breaker target fix and hopper hardness #331

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