Advertisement
fedorm

fedorm

Dec 20th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.43 KB | None | 0 0
  1. ➜  CouponProcessing git:(SLS-65) ✗ gradle clean build
  2.  
  3. > Task :testframework:test
  4. [AppClassLoader@659e0bfd] error can't determine implemented interfaces of missing type org.codehaus.jackson.map.ObjectMapper
  5. when weaving type io.restassured.mapper.factory.DefaultJackson1ObjectMapperFactory
  6. when weaving classes
  7. when weaving
  8.  [Xlint:cantFindType]
  9. [AppClassLoader@659e0bfd] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
  10.  
  11. ru.crystals.couponprocessing.tests.CouponProcessing > classMethod FAILED
  12.     java.lang.BootstrapMethodError
  13.         Caused by: java.lang.NoSuchMethodError
  14.  
  15. 1 test completed, 1 failed
  16.  
  17. > Task :testframework:test FAILED
  18.  
  19. FAILURE: Build failed with an exception.
  20.  
  21. * What went wrong:
  22. Execution failed for task ':testframework:test'.
  23. > There were failing tests. See the report at: file:///home/me/Documents/CouponProcessing/testframework/build/reports/tests/test/index.html
  24.  
  25. * Try:
  26. 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.
  27.  
  28. * Get more help at https://help.gradle.org
  29.  
  30. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  31. See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
  32.  
  33. BUILD FAILED in 10s
  34. 18 actionable tasks: 16 executed, 2 up-to-date
  35. ➜  CouponProcessing git:(SLS-65) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement