Advertisement
Guest User

gradle 1.8

a guest
Nov 14th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Download http://repo1.maven.org/maven2/org/gradlefx/gradlefx/0.6/gradlefx-0.6.pom
  2. Download http://repo1.maven.org/maven2/org/gradlefx/gradlefx/0.6/gradlefx-0.6.jar
  3. The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
  4. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
  5. Build file '/Users/a.bresser/coding/gradlefx-mac-test/build.gradle': line 19
  6. The ArtifactRepositoryContainer.add(DependencyResolver, Closure) method has been deprecated and is scheduled to be removed in Gradle 2.0.
  7. :help
  8.  
  9. Welcome to Gradle 1.8.
  10.  
  11. To run a build, run gradle <task> ...
  12.  
  13. To see a list of available tasks, run gradle tasks
  14.  
  15. To see a list of command-line options, run gradle --help
  16.  
  17. BUILD SUCCESSFUL
  18.  
  19. Total time: 10.131 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement