Skip to content

Commit

Permalink
ci: disable sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 18, 2023
1 parent 55905c4 commit 0e84d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected]
with:
mutation-testing: false
sonarqube: false
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
with:
project-name: 'Refined Architect template'
announce: false
mutation-testing: false
mutation-testing: false
sonarqube: false
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v${g
subprojects {
group = 'com.refinedmods.refinedarchitect-template'
}

enableSonarQube("refinedmods_refinedarchitect-template")

0 comments on commit 0e84d0b

Please sign in to comment.