Skip to content

Commit

Permalink
[#60feature/#60-restlib] sonarqube action fixed
Browse files Browse the repository at this point in the history
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
  • Loading branch information
Huluvu424242 committed Jan 29, 2023
1 parent e1eb8b6 commit 4baeeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mwvw.sh -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Huluvu424242_jenkinsmonitor
run: ./mvnw.sh -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Huluvu424242_jenkinsmonitor
- name: Build with Maven
run: ./mvnw.sh -PpruefeVersionen -Pheadless -PaddStandardArtifacts clean install

Expand Down

0 comments on commit 4baeeba

Please sign in to comment.