Skip to content

Instantly share code, notes, and snippets.

@jeffastorey
jeffastorey / gist:8022521
Created December 18, 2013 13:39
gradle stack trace
Starting Build
================================================ Start building buildSrc
Evaluating root project 'buildSrc' using build file '/workspace/myproject/buildSrc/build.gradle'.
Selected primary task 'build'
:compileJava (Thread[main,5,main]) started.
:buildSrc:compileJava
Skipping task ':compileJava' as it has no source files.
:buildSrc:compileJava UP-TO-DATE
:compileJava (Thread[main,5,main]) completed. Took 0.003 secs.
:compileGroovy (Thread[main,5,main]) started.