Hey @G00fY2
I am able to move past this issue as long as the following two configurations are set in my gradle.properties while using Gradle 9.
org.gradle.parallel=false
org.gradle.configuration-cache=false
This is equivalent to setting --no-parallel --no-configuration-cache on the command line.