Advertisement
kdaud

Success

Jan 7th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. admins@opensource:~$ cd jabref
  2. admins@opensource:~/jabref$ ./gradlew assemble
  3.  
  4. > Configure project :
  5. Found module name 'org.jabref'
  6.  
  7. > Task :compileJava
  8. Note: Some input files use or override a deprecated API.
  9. Note: Recompile with -Xlint:deprecation for details.
  10. Note: Some input files use unchecked or unsafe operations.
  11. Note: Recompile with -Xlint:unchecked for details.
  12.  
  13. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
  14. Use '--warning-mode all' to show the individual deprecation warnings.
  15. See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
  16.  
  17. BUILD SUCCESSFUL in 11m 17s
  18. 12 actionable tasks: 12 executed
  19. admins@opensource:~/jabref$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement