We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cc984 commit 3c6c313Copy full SHA for 3c6c313
build-maven/action.yml
@@ -158,7 +158,7 @@ runs:
158
shell: bash
159
run: |
160
rm -rf "$MAVEN_CONFIG/repository/org/sonarsource/"
161
- rm -rf "$MAVEN_CONFIG/repository/repository/com/sonarsource/"
+ rm -rf "$MAVEN_CONFIG/repository/com/sonarsource/"
162
/usr/bin/find "$MAVEN_CONFIG/repository" -name resolver-status.properties -delete
163
164
- name: Generate workflow summary
0 commit comments