Skip to content

Add individual permissions for each gamemode (#329) #1349

Add individual permissions for each gamemode (#329)

Add individual permissions for each gamemode (#329) #1349

Workflow file for this run

name: Build main
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 21 ]
fail-fast: true
steps:
- name: Checkout Git Repository
uses: actions/[email protected]
- name: JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
cache: 'gradle'
distribution: 'temurin'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build