Skip to content

Commit 07a0eb5

Browse files
committed
[Java] Upgrade to Checkstyle 8.17.
1 parent 41b1c3c commit 07a0eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ subprojects {
124124
jar.enabled = true
125125

126126
dependencies {
127-
checkstyle 'com.puppycrawl.tools:checkstyle:8.16'
127+
checkstyle 'com.puppycrawl.tools:checkstyle:8.17'
128128

129129
compile 'org.agrona:agrona:0.9.30'
130130

@@ -134,7 +134,7 @@ subprojects {
134134
}
135135

136136
checkstyle {
137-
toolVersion = '8.16'
137+
toolVersion = '8.17'
138138
}
139139

140140
compileJava {
@@ -160,7 +160,7 @@ subprojects {
160160

161161
javadoc {
162162
title = '<h1>Simple Binary Encoding</h1>'
163-
options.bottom = '<i>Copyright &#169; 2014-2018 Real Logic Ltd. All Rights Reserved.</i>'
163+
options.bottom = '<i>Copyright &#169; 2014-2019 Real Logic Ltd. All Rights Reserved.</i>'
164164
if (JavaVersion.current().ordinal() >= JavaVersion.VERSION_1_10.ordinal()) {
165165
options.addBooleanOption 'html5', true
166166
}

0 commit comments

Comments
 (0)