Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Feb 26, 2024
1 parent c71ede4 commit f602a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
- develop

variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true"

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,4 +36,5 @@ jobs:
run: ./mvnw -B clean install

- name: Run Sonar
run: ./mvnw -B sonar:sonar
run: ./mvnw -B sonar:sonar -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION }} -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} -Dsonar.login=${{ secrets.SONAR_TOKEN }}

4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- SonarQube -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectName>reportability-screener</sonar.projectName>
<sonar.projectKey>imsweb_reportability-screener</sonar.projectKey>
<sonar.organization>imsweb</sonar.organization>
<sonar.java.source>${java.version}</sonar.java.source>
<sonar.sources>src/main</sonar.sources>
</properties>
Expand Down

0 comments on commit f602a60

Please sign in to comment.