mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Cargo in currently incompatible with Java 9 so this commit disables the deployment tests that use Cargo when building with Java 9. Closes gh-10413