Skip to content

Commit 4b5dcf7

Browse files
Remove JAVA_TOOL_OPTIONS
1 parent c90e170 commit 4b5dcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
env:
206206
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}
207207
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_TOKEN }}
208-
JAVA_TOOL_OPTIONS: "" # Set an empty value for testing
208+
# JAVA_TOOL_OPTIONS: "" # Set an empty value for testing
209209
- name: Build Java Custom Rules Example
210210
env:
211211
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}

0 commit comments

Comments
 (0)