Skip to content

Commit 5a438fc

Browse files
committed
[Java] Upgrade to Checkstyle 8.7.
1 parent 43d6799 commit 5a438fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2017 Real Logic Ltd.
2+
* Copyright 2013-2018 Real Logic Ltd.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -117,7 +117,7 @@ subprojects {
117117
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
118118

119119
dependencies {
120-
checkstyle 'com.puppycrawl.tools:checkstyle:8.5'
120+
checkstyle 'com.puppycrawl.tools:checkstyle:8.7'
121121

122122
testCompile 'org.hamcrest:hamcrest-all:1.3'
123123
testCompile 'junit:junit:4.12'
@@ -127,7 +127,7 @@ subprojects {
127127

128128
checkstyle {
129129
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
130-
toolVersion = '8.5'
130+
toolVersion = '8.7'
131131
}
132132

133133
compileJava {
@@ -144,7 +144,7 @@ subprojects {
144144

145145
javadoc {
146146
title = '<h1>Simple Binary Encoding</h1>'
147-
options.bottom = '<i>Copyright &#169; 2014-2017 Real Logic Ltd. All Rights Reserved.</i>'
147+
options.bottom = '<i>Copyright &#169; 2014-2018 Real Logic Ltd. All Rights Reserved.</i>'
148148
}
149149

150150
signing {

0 commit comments

Comments
 (0)