Skip to content

Commit

Permalink
build: added missing backslash for the maven options
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Jun 21, 2022
1 parent 899e995 commit d6dc3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-Dsonar.server.version=${{ env.SONAR_SERVER_VERSION }} \
-Dsonar-plugin-api.version=${{ env.SONAR_PLUGIN_API_VERSION }} \
-Dsonar-plugin-api.groupId=${{ env.SONAR_PLUGIN_API_GROUPID }} \
-Dsonar-java.version=${{ env.SONAR_JAVA_VERSION }}
-Dsonar-java.version=${{ env.SONAR_JAVA_VERSION }} \
-Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \
-Dsonar.organization=spotbugs \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit d6dc3f7

Please sign in to comment.