Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20436

Does eclipseProject task automatically add checkstyleNature to project?

$
0
0

There’s no built-in support for checkstyle, you have to configure the custom natures/build commands in your build script like you suggested:

 eclipse {
  project {
    natures 'net.sf.eclipsecs.core.CheckstyleBuilder'
    buildCommand 'net.sf.eclipsecs.core.CheckstyleNature'
  }
 } 


Viewing all articles
Browse latest Browse all 20436

Latest Images

Trending Articles



Latest Images