Skip to content

feat!: remove usage of old enchantments #119

feat!: remove usage of old enchantments

feat!: remove usage of old enchantments #119

Workflow file for this run

name: Gradle Build
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@master
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build