As of Spring Boot 2.4.1 and Grade 6.7.1, BootRun is assuming that the JVM that will be running the application is the same as the version running Gradle. The toolchain support means this may no longer be the case.

This leads to the re-appearance of a warning message first addressed in this fix: https://github.com/scope-demo/spring-boot/commit/af223c21c512ed1a67e23672905a2986ea23701b

When running Gradle in Java8 and targeting Java15, the warning message arises due to the inclusion of the deprecated -Xverify:none parameter.

More details and minimal repro here: https://github.com/jeffbswope/spring-boot-grade-toolchain