Advertisement
fedorm

fedorm

Dec 26th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.32 KB | None | 0 0
  1. ➜  CouponProcessing git:(SLS-58) ✗ gradle clean build
  2.  
  3. > Task :database-layer:compileTestJava FAILED
  4. /home/me/Documents/CouponProcessing/database-layer/src/test/java/ru/crystals/processing/coupon/database/CouponDatabaseLayerTestConfiguration.java:67: error: no suitable method found for configure(no arguments)
  5.         Flyway flyway = Flyway.configure()
  6.                               ^
  7.     method Flyway.configure(Properties) is not applicable
  8.       (actual and formal argument lists differ in length)
  9.     method Flyway.configure(Map<String,String>) is not applicable
  10.       (actual and formal argument lists differ in length)
  11. 1 error
  12.  
  13. FAILURE: Build failed with an exception.
  14.  
  15. * What went wrong:
  16. Execution failed for task ':database-layer:compileTestJava'.
  17. > Compilation failed; see the compiler error output for details.
  18.  
  19. * Try:
  20. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  21.  
  22. * Get more help at https://help.gradle.org
  23.  
  24. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  25. Use '--warning-mode all' to show the individual deprecation warnings.
  26. See https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
  27.  
  28. BUILD FAILED in 3s
  29. 15 actionable tasks: 11 executed, 4 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement