Skip to content

Commit

Permalink
Merge pull request #4906 from MohamedSabthar/workflow-mig
Browse files Browse the repository at this point in the history
Revert "Skip JAVA_TOOL_OPTIONS for log module"
  • Loading branch information
MohamedSabthar authored Oct 11, 2023
2 parents a618c4a + 54d0b7f commit e273fe5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pull-request-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 17.0.7

- name: Set Java Tool Options
run: |
if [[ ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/} != "module-ballerina-log" ]]; then
echo "JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8" | Out-File -FilePath $env:GITHUB_ENV -Append
fi

- name: Build the Project
env:
Expand Down

0 comments on commit e273fe5

Please sign in to comment.