Skip to content

Commit eb0136a

Browse files
authored
Upgrade to 8.32 (#28)
* Upgrade to 8.32 * Upgrade CircleCi to 2.1
1 parent f9c3383 commit eb0136a

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2
1+
version: 2.1
22

33
jobs:
44
test:

CHECKSTYLE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.30
1+
8.32

bin/install-checkstyle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# use `make upgrade` to update this URL to the latest version
4-
URL='https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.30/checkstyle-8.30-all.jar'
4+
URL='https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.32/checkstyle-8.32-all.jar'
55

66

77
wget -O /usr/local/bin/checkstyle.jar $URL

0 commit comments

Comments
 (0)