mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 08:40:29 +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