Skip to content

🥺 fix crash, but still not works well (custom skin) #38

🥺 fix crash, but still not works well (custom skin)

🥺 fix crash, but still not works well (custom skin) #38

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
cache: gradle
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew build