Advertisement
Guest User

gradle 1.9-rc3

a guest
Nov 14th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
  2. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
  3. Build file '/Users/a.bresser/coding/gradlefx-mac-test/build.gradle': line 19
  4. The ArtifactRepositoryContainer.add(DependencyResolver, Closure) method has been deprecated and is scheduled to be removed in Gradle 2.0.
  5.  
  6. FAILURE: Build failed with an exception.
  7.  
  8. * What went wrong:
  9. A problem occurred configuring root project 'gradlefx-mac-test'.
  10. > Failed to notify project evaluation listener.
  11. > Tried to remove model tasks.asdoc but it is not registered
  12. > Tried to remove model tasks.package but it is not registered
  13.  
  14. * Try:
  15. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  16.  
  17. BUILD FAILED
  18.  
  19. Total time: 6.586 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement