Skip to content

Instantly share code, notes, and snippets.

@galderz
Created January 18, 2012 11:28
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 galderz/1632550 to your computer and use it in GitHub Desktop.
Save galderz/1632550 to your computer and use it in GitHub Desktop.
[g@z:~/Go/code/hibernate-orm.git]% (master) gradle -xtest clean build idea
The 'urls' property of the RepositoryHandler.mavenRepo() method is deprecated and will be removed in a future version of Gradle. You should use the 'url' property to define the core maven repository & the 'artifactUrls' property to define any additional artifact locations.
The ideaModule.downloadSources method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.downloadSources method instead.
The ideaModule.downloadJavadoc method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.downloadJavadoc method instead.
The ideaModule.javaVersion method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.jdkName method instead.
: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 UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
The ideaProject.javaVersion method is deprecated and will be removed in the next version of Gradle. You should use the idea.project.jdkName method instead.
<someIdeTask>.withXml is deprecated! Moved to the relevant model object of eclipse/idea.
As a starting point, refer to the dsl guide for IdeaProject or EclipseProject.
For example, ideaProject.withXml was changed to idea.project.ipr.withXml
<someIdeTask>.beforeConfigured is deprecated! Replaced by beforeMerged() method placed on the relevant model object of eclipse/idea.
As a starting point, refer to the dsl guide for IdeaProject or EclipseProject.
For example, ideaProject.beforeConfigured was changed to idea.project.ipr.beforeMerged
The ideaModule.moduleName method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.name method instead.
The ideaModule.scopes method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.scopes method instead.
<someIdeTask>.whenConfigured is deprecated! Replaced by whenMerged() method placed on the relevant model object of eclipse/idea.
As a starting point, refer to the dsl guide for IdeaProject or EclipseProject.
For example, ideaProject.whenConfigured was changed to idea.project.ipr.whenMerged
The ideaModule.excludeDirs method is deprecated and will be removed in the next version of Gradle. You should use the idea.module.excludeDirs method instead.
The eclipseClasspath.plusConfigurations method is deprecated and will be removed in the next version of Gradle. You should use the eclipse.classpath.plusConfigurations method instead.
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/g/Go/code/hibernate-orm.git/documentation/documentation.gradle' line: 23
* What went wrong:
A problem occurred evaluating project ':documentation'.
Cause: Could not find method addObject() for arguments [html_single, html_single] on Book$FormatOption container.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 13.193 secs
@RogerMegna
Copy link

i'm having the same problem... any solution?

@galderz
Copy link
Author

galderz commented Feb 7, 2012

Use an older Gradle version such as 1.0-milestone-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment