java - Gradle change checkstyle version -



java - Gradle change checkstyle version -

java checkstyle plugin updated 6.0 version(java 8 support). looks gradle using older version. how can upgrade gradle checkstyle plugin newer version?

checkstyle { toolversion = "6.0" }

java gradle checkstyle

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -