Skip to content

Commit

Permalink
checkstyle-9.3.jar: 1 vulnerabilities (highest severity is: 7.1) (#139)
Browse files Browse the repository at this point in the history
- Makes sure that the right tool version is set everywhere

Resolves #4
{patch}

Signed-off-by: Esta Nagy <[email protected]>
  • Loading branch information
nagyesta authored Feb 11, 2024
1 parent fa64e31 commit daa8a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 468 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ ossIndexAudit {
excludeVulnerabilityIds = rootProject.extra.get("ossIndexExclusions") as MutableSet<String>
}

checkstyle {
toolVersion = rootProject.libs.versions.checkstyle.get()
}

repositories {
mavenCentral()
}
Expand Down
Loading

0 comments on commit daa8a85

Please sign in to comment.