File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 © 2014-2018 Real Logic Ltd. All Rights Reserved.</i>'
163+ options. bottom = ' <i>Copyright © 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 }
You can’t perform that action at this time.
0 commit comments