Skip to content

Commit

Permalink
ci: re-add sonar exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 13, 2024
1 parent d607e38 commit 16bf161
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.sonarqube.gradle.SonarExtension

plugins {
id("refinedarchitect.root")
id("refinedarchitect.base")
Expand All @@ -10,3 +12,9 @@ refinedarchitect {
subprojects {
group = "com.refinedmods.refinedstorage"
}

project.extensions.getByType<SonarExtension>().apply {
properties {
property("sonar.coverage.exclusions", "refinedstorage-platform-neoforge/**/*,refinedstorage-platform-fabric/**/*,refinedstorage-platform-common/**/*,refinedstorage-platform-api/**/*")
}
}

0 comments on commit 16bf161

Please sign in to comment.