Gradle 6.x does not (yet?) support building with a Java 19 toolchain. This prevents us from having CI builds that test against Java 19. Gradle 7.5 does support building with a Java 19 toolchain so we've decided to reverse our approach and switch to building with the latest supported version of Gradle and rely upon our tests to verify compatibility with earlier versions.