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