Is gradle profiler compatible with Gradle 9?
# performance
e
Is gradle profiler compatible with Gradle 9?
I see on CI
Copy code
Caused by: java.lang.ClassNotFoundException: org.gradle.util.GFileUtils
	at org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader.findClass(VisitableURLClassLoader.java:189)
	... 146 more
But pretty sure we don't have the latest profiler
n
I ran into the same error and it seems related to this issue. Looks like the fix has been merged and will be released in 0.23.0 (still in alpha).
🙌 1
👍 1
e
Thank you!