Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ CouponProcessing git:(SLS-65) ✗ gradle clean build
- > Task :testframework:compileTestJava FAILED
- /home/me/Documents/CouponProcessing/testframework/src/test/java/ru/crystals/couponprocessing/tests/CouponProcessing.java:15: error: package org.postgresql.core.v3 does not exist
- import org.postgresql.core.v3.BatchedQuery;
- ^
- /home/me/Documents/CouponProcessing/testframework/src/test/java/ru/crystals/couponprocessing/tests/CouponProcessing.java:16: error: package ru.crystals.processing.coupon.crud.controller.v1.dto does not exist
- import ru.crystals.processing.coupon.crud.controller.v1.dto.CheckCouponRequest;
- ^
- 2 errors
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':testframework: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.
- See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD FAILED in 3s
- 16 actionable tasks: 14 executed, 2 up-to-date
- ➜ CouponProcessing git:(SLS-65) ✗ gradle clean build
- > Task :testframework:test
- [AppClassLoader@659e0bfd] error can't determine implemented interfaces of missing type org.codehaus.jackson.map.ObjectMapper
- when weaving type io.restassured.mapper.factory.DefaultJackson1ObjectMapperFactory
- when weaving classes
- when weaving
- [Xlint:cantFindType]
- [AppClassLoader@659e0bfd] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
- ru.crystals.couponprocessing.tests.CouponProcessing > classMethod FAILED
- java.lang.BootstrapMethodError
- Caused by: java.lang.NoSuchMethodError
- 1 test completed, 1 failed
- > Task :testframework:test FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':testframework:test'.
- > There were failing tests. See the report at: file:///home/me/Documents/CouponProcessing/testframework/build/reports/tests/test/index.html
- * 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.
- See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD FAILED in 10s
- 18 actionable tasks: 16 executed, 2 up-to-date
- ➜ CouponProcessing git:(SLS-65) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement