Skip to content

Commit 80cabc7

Browse files
authored
Add JVM params
1 parent 058602d commit 80cabc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mvn.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: mvn
33
env:
44
MAVEN_OPTS: "-Dfile.encoding=UTF-8"
5+
JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF8"
6+
JAVA_OPTS: "%JAVA_OPTS% -Dfile.encoding=UTF-8"
57
on:
68
push:
79
branches:
@@ -28,4 +30,4 @@ jobs:
2830
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
2931
restore-keys: |
3032
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
31-
- run: mvn -B install -Pqulice
33+
- run: mvn -B install -Pqulice

0 commit comments

Comments
 (0)