Skip to content

Commit

Permalink
Add JVM params
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed May 10, 2024
1 parent 058602d commit 80cabc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mvn.yml
Expand Up @@ -2,6 +2,8 @@
name: mvn
env:
MAVEN_OPTS: "-Dfile.encoding=UTF-8"
JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF8"
JAVA_OPTS: "%JAVA_OPTS% -Dfile.encoding=UTF-8"
on:
push:
branches:
Expand All @@ -28,4 +30,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn -B install -Pqulice
- run: mvn -B install -Pqulice

0 comments on commit 80cabc7

Please sign in to comment.