Skip to content

Instantly share code, notes, and snippets.

@emmanuelbernard
Created February 2, 2011 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmanuelbernard/808100 to your computer and use it in GitHub Desktop.
Save emmanuelbernard/808100 to your computer and use it in GitHub Desktop.
manu@emmanuel-mbp-15 core (master) $ gradle test
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test
:buildSrc:check
:buildSrc:build
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/manu/projects/notbackedup/git/core/build.gradle' line: 207
* What went wrong:
A problem occurred evaluating root project 'core'.
Cause: No such property: repoUsername for class: org.gradle.api.internal.artifacts.publish.maven.deploy.groovy.DefaultGroovyMavenDeployer
* Try:
Run with -s or -d option to get more details. Run with -S option to get the full (very verbose) stacktrace.
BUILD FAILED
Total time: 12.167 secs
manu@emmanuel-mbp-15 core (master) $ gradle compile
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test
:buildSrc:check
:buildSrc:build
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/manu/projects/notbackedup/git/core/build.gradle' line: 207
* What went wrong:
A problem occurred evaluating root project 'core'.
Cause: No such property: repoUsername for class: org.gradle.api.internal.artifacts.publish.maven.deploy.groovy.DefaultGroovyMavenDeployer
* Try:
Run with -s or -d option to get more details. Run with -S option to get the full (very verbose) stacktrace.
BUILD FAILED
Total time: 7.305 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment