Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Peter <sebastian.peter@tu-dortmund.de>
  • Loading branch information
danielfeismann and sebastian-peter authored Aug 13, 2024
1 parent 711b904 commit fc0cfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
compileScala {
scalaCompileOptions.additionalParameters = [
"-Xplugin:" + configurations.scalaCompilerPlugin.asPath,
"-P:scapegoat:dataDir:" + rootDir + "/build/reports/scapegoat/src/",
"-P:scapegoat:dataDir:" + layout.buildDirectory.dir("reports/scapegoat/src/"),
"-P:scapegoat:disabledInspections:VariableShadowing",
"-P:scapegoat:ignoredFiles:.*/PowerFactoryGrid.scala" // see scapegoat-sbt page for this param
]
Expand Down

0 comments on commit fc0cfbb

Please sign in to comment.