Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ CouponProcessing git:(SLS-58) ✗ gradle clean build
- > Task :database-layer:compileTestJava FAILED
- /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)
- Flyway flyway = Flyway.configure()
- ^
- method Flyway.configure(Properties) is not applicable
- (actual and formal argument lists differ in length)
- method Flyway.configure(Map<String,String>) is not applicable
- (actual and formal argument lists differ in length)
- 1 error
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':database-layer:compileTestJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- 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.
- * Get more help at https://help.gradle.org
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
- Use '--warning-mode all' to show the individual deprecation warnings.
- See https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD FAILED in 3s
- 15 actionable tasks: 11 executed, 4 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement