Skip to content

Commit

Permalink
project.build.sourceEncoding
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 10, 2023
1 parent d00f670 commit 20538b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
allow-snapshots: true
- name: Set environment variable
run: |
[System.Text.Encoding]::Default
[Environment]::SetEnvironmentVariable("JAVA_TOOL_OPTIONS", "-Dfile.encoding=UTF8")
shell: powershell
- name: Build with Maven
run: |
chcp 65001
Expand Down
1 change: 1 addition & 0 deletions drools-decisiontables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<properties>
<java.module.name>org.drools.decisiontables</java.module.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down

0 comments on commit 20538b1

Please sign in to comment.