[tor-commits] [metrics-base/master] Update Checkstyle to Debian buster libraries.
karsten at torproject.org
karsten at torproject.org
Wed Jul 24 12:29:21 UTC 2019
commit ca352d3ef2be49deedc181ca645425be1f663e4e
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Jul 24 14:27:47 2019 +0200
Update Checkstyle to Debian buster libraries.
Resolves #25217.
---
java/base.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/java/base.xml b/java/base.xml
index f484dcd..d377798 100644
--- a/java/base.xml
+++ b/java/base.xml
@@ -58,7 +58,10 @@
<path id="checkstyle.classpath" >
<fileset dir="${libs}">
- <include name="checkstyle-6.17-all.jar" />
+ <include name="antlr4-runtime-4.7.2.jar" />
+ <include name="checkstyle-8.15.jar" />
+ <include name="commons-collections3-3.2.2.jar" />
+ <include name="commons-logging-1.2.jar" />
</fileset>
</path>
More information about the tor-commits
mailing list