Skip to content

Commit

Permalink
CheckstyleBear: Upgrade checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Nov 15, 2016
1 parent a4dd7a2 commit bc895ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bears/java/CheckstyleBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class CheckstyleBear:

def setup_dependencies(self):
type(self).checkstyle_jar_file = self.download_cached_file(
'http://sourceforge.net/projects/checkstyle/files/checkstyle/6.15'
'/checkstyle-6.15-all.jar',
"checkstyle.jar")
'http://sourceforge.net/projects/checkstyle/files/checkstyle/7.2'
'/checkstyle-7.2-all.jar',
"checkstyle-7-2.jar")

def create_arguments(
self, filename, file, config_file,
Expand Down

0 comments on commit bc895ca

Please sign in to comment.