Skip to content

(#hotfix) quince.properties as UTF-8 #1364

(#hotfix) quince.properties as UTF-8

(#hotfix) quince.properties as UTF-8 #1364

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: ./gradlew build -x test