diff mx/suite.py @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 83bbc0e5891a
children ab489bac3bc8
line wrap: on
line diff
--- a/mx/suite.py	Thu Oct 23 17:20:10 2014 +0200
+++ b/mx/suite.py	Fri Oct 24 16:18:10 2014 +0200
@@ -19,6 +19,15 @@
       "dependencies" : ["HAMCREST"],
     },
 
+    "CHECKSTYLE" : {
+      "path" : "lib/checkstyle-6.0-all.jar",
+      "urls" : [
+        "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/checkstyle-6.0-all.jar",
+        "jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/6.0/checkstyle-6.0-bin.zip/download!/checkstyle-6.0/checkstyle-6.0-all.jar",
+      ],
+      "sha1" : "2bedc7feded58b5fd65595323bfaf7b9bb6a3c7a",
+    },
+
     "HAMCREST" : {
       "path" : "lib/hamcrest-core-1.3.jar",
       "urls" : [