Skip to content

Add option for WLabel, WText and WDynamicLabel to have shadows (#248) #360

Add option for WLabel, WText and WDynamicLabel to have shadows (#248)

Add option for WLabel, WText and WDynamicLabel to have shadows (#248) #360

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3
- name: setup jdk 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
run: ./gradlew build --stacktrace
- name: publish checkstyle report
uses: Juuxel/publish-checkstyle-report@v1
if: ${{ failure() }}
with:
reports: |
build/reports/checkstyle/*.xml