Skip to content

Commit

Permalink
Use latest version of checkstyle to avoid Guava CVE (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit 03d8018)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent f57b29d commit a200d3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,21 @@ buildscript {
}
}

plugins {
id 'checkstyle'
}

checkstyle {
toolVersion = "latest.release"
}

allprojects {
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'maven-publish'
apply plugin: 'eclipse'
apply plugin: 'jacoco'
apply plugin: 'com.diffplug.spotless'
apply plugin: 'checkstyle'

repositories {
mavenLocal()
Expand Down

0 comments on commit a200d3e

Please sign in to comment.