harshavamsi opened a new pull request, #14519: URL: https://github.com/apache/lucene/pull/14519
### Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the contribution guide. https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> I was trying to do a fresh import of Lucene into Intellij 2025.1 when it threw ``` java.lang.ClassCastException: class org.codehaus.groovy.runtime.GStringImpl cannot be cast to class java.lang.String (org.codehaus.groovy.runtime.GStringImpl is in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @2280cdac; java.lang.String is in module java.base of loader 'bootstrap') in ToolingStreamApiUtils.writeCollection(ToolingStreamApiUtils.java:145) FAILURE: Build failed with an exception. * What went wrong: java.io.NotSerializableException: org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedFile org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedFile ``` Looks like the issue is related to https://github.com/gradle/gradle/issues/32606 and is fixed in gradle 8.14. Raising this PR if we would want to upgrade to 8.14 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org