Skip to content

Set encoding to UTF-8 for more tasks #73

Set encoding to UTF-8 for more tasks

Set encoding to UTF-8 for more tasks #73

Workflow file for this run

name: "CI Build"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
gradle-build:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- uses: gradle/actions/setup-gradle@v4
- run: "./gradlew :check"