Skip to content

Commit

Permalink
Completed SonarCloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Dec 13, 2023
1 parent 04c7585 commit 3279b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: SonarCloud
on:
push:
branches:
- main
- master
- functional-repo
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
id("com.diffplug.spotless") version "6.19.0"
id 'org.gradle.maven-publish'
id 'signing'
id("org.sonarqube") version "4.3.1.3277"
id("org.sonarqube") version "4.4.1.3373"
}

application {
Expand Down

0 comments on commit 3279b7c

Please sign in to comment.