projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d712e0d
)
fix java checkstyle version (#2998)
author
Yizhi Liu
<liuyizhi@apache.org>
Wed, 10 Apr 2019 05:12:50 +0000
(22:12 -0700)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Wed, 10 Apr 2019 05:12:50 +0000
(22:12 -0700)
jvm/core/pom.xml
patch
|
blob
|
history
diff --git
a/jvm/core/pom.xml
b/jvm/core/pom.xml
index
88e2728
..
849c86b
100644
(file)
--- a/
jvm/core/pom.xml
+++ b/
jvm/core/pom.xml
@@
-77,7
+77,7
@@
under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>
[8.18,)
</version>
+ <version>
8.18
</version>
</dependency>
</dependencies>
<executions>