Skip to content

Commit 7751595

Browse files
committed
added version to methodchecker jar
1 parent 99c3646 commit 7751595

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ subprojects {
198198

199199

200200
dependencies {
201-
checkstyle files("$rootDir/config/checkstyle/lib/methodchecker.jar")
201+
checkstyle files("$rootDir/config/checkstyle/lib/methodchecker-1.0.0.jar")
202202
checkstyle 'com.puppycrawl.tools:checkstyle:9.0'
203203
errorprone "com.google.errorprone:error_prone_core:2.15.0"
204204
}

0 commit comments

Comments
 (0)