Skip to content

Commit

Permalink
Merge pull request #1635 from Adyen/fix/sonar
Browse files Browse the repository at this point in the history
Fix sonar
  • Loading branch information
OscarSpruit authored May 23, 2024
2 parents 5c7bdaf + f770073 commit 0316c80
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew detekt assDeb jacocoDebugTestReport lintDeb sonar -Dsonar.gradle.skipCompile=true -Pstrip-resources=true
run: |
./gradlew detekt assDeb jacocoDebugTestReport lintDeb -Pstrip-resources=true
./gradlew sonar
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
detekt_version = "1.23.6"
jacoco_version = '0.8.12'
ktlint_version = '1.2.1'
sonarqube_version = '4.4.1.3373'
sonarqube_version = '5.0.0.4638'

// Android Dependencies
annotation_version = "1.7.1"
Expand Down
13 changes: 13 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9730,6 +9730,11 @@
<sha256 value="37b316009dad2438e5102910e54ddb414a755cab23213d7dc9a712e35d8eabbf" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.sonarqube" name="org.sonarqube.gradle.plugin" version="5.0.0.4638">
<artifact name="org.sonarqube.gradle.plugin-5.0.0.4638.pom">
<sha256 value="46558329c0f7c7cedb888778cbab2e9e327fc12ced6b4f4f55032f2bf9925b79" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.sonarsource.parent" name="parent" version="59.0.29">
<artifact name="parent-59.0.29.pom">
<sha256 value="7d2dc7aec9f250ede1c8cdc4cdb563b2ed6c49e209b70024f9f62822d876952a" origin="Generated by Gradle"/>
Expand All @@ -9756,6 +9761,14 @@
<sha256 value="11206426c9be18ce39741b8c7d1721bfe414e99d964f69153c1796f1fb837bcc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.sonarsource.scanner.gradle" name="sonarqube-gradle-plugin" version="5.0.0.4638">
<artifact name="sonarqube-gradle-plugin-5.0.0.4638.jar">
<sha256 value="9fab1df676229a432cff70f168497c5ff12d8c11776b6a54ac3de862094670cb" origin="Generated by Gradle"/>
</artifact>
<artifact name="sonarqube-gradle-plugin-5.0.0.4638.module">
<sha256 value="1cc22402989d76af0905ab0d29f23532161c78b0099327d37e5637e4b1425228" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.sonatype.oss" name="oss-parent" version="4">
<artifact name="oss-parent-4.pom">
<sha256 value="c513995cf019d9213d4fda666589937b2bf1bea5c4cdd337e6170e80b18406ee" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 0316c80

Please sign in to comment.