Skip to content

Commit

Permalink
Trivial typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 13, 2022
1 parent c0f9364 commit cc898f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencyCheck {
suppressionFile = "build-config/dependency-check-suppressions.xml"
scanConfigurations = listOf("runtimeClasspath", "testRuntimeClasspath")
skipTestGroups = false
analyzers.assemblyEnabled = false // Unneeded, and creares warning noise
analyzers.assemblyEnabled = false // Unneeded, and creates warning noise
}

application {
Expand Down

0 comments on commit cc898f5

Please sign in to comment.