Skip to content

add physic class and enumeration to Tiled (including parsing in the g… #11

add physic class and enumeration to Tiled (including parsing in the g…

add physic class and enumeration to Tiled (including parsing in the g… #11

Workflow file for this run

name: Verify project via Gradle
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Setup Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
- name: Build with Gradle Wrapper
run: ./gradlew core:check