MINOR: Upgrade to Gradle 7.5 (#12413)
Highlights: * The default Scala Zinc version was updated from 1.3.5 to 1.6.1 * Multiple Checkstyle tasks may now run in parallel within a project * Support for Java 18 * Much more responsive continuous builds on Windows and macOS * Improved diagnostics for dependency resolution Some of our tests require java.util and java.lang modules to be open, so do it explicitly given the following Gradle bug fix: > When running on Java 9+, Gradle no longer opens the java.base/java.util > and java.base/java.lang JDK modules for all Test tasks. In some cases, > this would cause code to pass during testing but fail at runtime. Release notes: https://docs.gradle.org/7.5/release-notes.html Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Luke Chen <showuon@gmail.com>
想要评论请 注册 或 登录