Hi! We’re experiencing an OutOfMemoryError when running the verifyPlugin Gradle task.
- This happens on a branch when I’m bumping the Kotlin version used by the project. I don’t see why this would cause it, but we don’t have the issue on the main branch
- Happens on CI, I can’t reproduce on my local machine
I’ve tried passing -Xmx4g to JAVA_TOOL_OPTIONS env var and I see that it’s picked up, but this still happens.
Logs can been seen here.
Any idea?