We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058602d commit 80cabc7Copy full SHA for 80cabc7
.github/workflows/mvn.yml
@@ -2,6 +2,8 @@
2
name: mvn
3
env:
4
MAVEN_OPTS: "-Dfile.encoding=UTF-8"
5
+ JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF8"
6
+ JAVA_OPTS: "%JAVA_OPTS% -Dfile.encoding=UTF-8"
7
on:
8
push:
9
branches:
@@ -28,4 +30,4 @@ jobs:
28
30
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
29
31
restore-keys: |
32
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- - run: mvn -B install -Pqulice
33
+ - run: mvn -B install -Pqulice
0 commit comments