+ OPTIONS='--console=plain --no-daemon' + uname -a Darwin steves-imac.lan 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64 + date Tue Jun 20 14:14:40 PDT 2017 + ./gradlew --console=plain --no-daemon --version ------------------------------------------------------------ Gradle 4.0 ------------------------------------------------------------ Build time: 2017-06-14 15:11:08 UTC Revision: 316546a5fcb4e2dfe1d6aa0b73a4e09e8cecb5a5 Groovy: 2.4.11 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_131 (Oracle Corporation 25.131-b11) OS: Mac OS X 10.12.5 x86_64 + ./gradlew --console=plain --no-daemon projects :projects ------------------------------------------------------------ Root project ------------------------------------------------------------ Root project 'gradle-checkstyle-example' No sub-projects To see a list of the tasks of a project, run gradlew :tasks For example, try running gradlew :tasks BUILD SUCCESSFUL in 2s 1 actionable task: 1 executed + ./gradlew --console=plain --no-daemon dependencies --configuration checkstyle :dependencies ------------------------------------------------------------ Root project ------------------------------------------------------------ checkstyle - The Checkstyle libraries to be used for this project. \--- com.puppycrawl.tools:checkstyle:6.19 +--- antlr:antlr:2.7.7 +--- org.antlr:antlr4-runtime:4.5.3 +--- commons-beanutils:commons-beanutils:1.9.2 +--- commons-collections:commons-collections:3.2.2 +--- commons-cli:commons-cli:1.3.1 \--- com.google.guava:guava:19.0 BUILD SUCCESSFUL in 2s 1 actionable task: 1 executed + echo '*** *** *** *** *** ***' *** *** *** *** *** *** + ./gradlew --console=plain --no-daemon clean check :clean :compileJava :processResources NO-SOURCE :classes :checkstyleMain :compileTestJavaNote: /Users/sghill/code/build-well/gradle-checkstyle-example/src/test/java/io/buildwell/foundation/CalculatorTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. :processTestResources NO-SOURCE :testClasses :checkstyleTest[ant:checkstyle] [ERROR] /Users/sghill/code/build-well/gradle-checkstyle-example/src/test/java/io/buildwell/foundation/CalculatorTest.java:5:1: Import from illegal package - junit.framework.Assert.assertEquals. [IllegalImport] FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':checkstyleTest'. > Checkstyle rule violations were found. See the report at: file:///Users/sghill/code/build-well/gradle-checkstyle-example/build/reports/checkstyle/test.html * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED in 4s 5 actionable tasks: 5 executed