I develop an internal Gradle plugin and after upda...
# community-support
p
I develop an internal Gradle plugin and after updating Gradle from 8.7 to 8.8-rc-1, the integration tests (using GradleRunner) start to fail due running out of jvm metaspace. Of course I can easily increase the metaspace for the tests, but is there any easy way to profile the builds to create a issue to fix this regression? I never tried the gradle profiler, what would be the correct/best settings to profile a Gradle regresion?