You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle 7.5 (snapshot) comes with(at least) two breaking changes in our build.
The api of SharedResource#getResourceLock() that we use in StandaloneRestIntegTestTask has changed
Checkstyle tasks are not ran as separate process using the Gradle worker API. That is giving us a huge benefit as it allows us multiple checkstyle tasks for the same gradle project can been run in parallel now. However, how this initially work has finally ended up in Gradle master broke :server:precommit as the checkstyleMain and checkstyleTest require more than the default heap. We provided a fix for this to the Gradle team via this PR already: Add memory config to checkstyle gradle/gradle#20198
Gradle 7.5 (snapshot) comes with(at least) two breaking changes in our build.
SharedResource#getResourceLock()that we use inStandaloneRestIntegTestTaskhas changed:server:precommitas the checkstyleMain and checkstyleTest require more than the default heap. We provided a fix for this to the Gradle team via this PR already: Add memory config to checkstyle gradle/gradle#20198