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 {
124
124
jar. enabled = true
125
125
126
126
dependencies {
127
- checkstyle ' com.puppycrawl.tools:checkstyle:8.16 '
127
+ checkstyle ' com.puppycrawl.tools:checkstyle:8.17 '
128
128
129
129
compile ' org.agrona:agrona:0.9.30'
130
130
@@ -134,7 +134,7 @@ subprojects {
134
134
}
135
135
136
136
checkstyle {
137
- toolVersion = ' 8.16 '
137
+ toolVersion = ' 8.17 '
138
138
}
139
139
140
140
compileJava {
@@ -160,7 +160,7 @@ subprojects {
160
160
161
161
javadoc {
162
162
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>'
164
164
if (JavaVersion . current(). ordinal() >= JavaVersion . VERSION_1_10 . ordinal()) {
165
165
options. addBooleanOption ' html5' , true
166
166
}
You can’t perform that action at this time.
0 commit comments