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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -