Open
Description
What happened?
The profiler shows that most time is spent creating ZIP file systems which is very slow on Windows compared to macOS and Linux and the plugin is responsible for all of them.
Could these file systems be cached?
Relevant log output or stack trace
Steps to reproduce
For example, with
https://github.com/ingokegel/jclasslib
if the org.jetbrains.intellij.platform
version in idea.gradle.kts
is set to 2.1.0, the time for the project import is ~20 seconds. With 2.4.0, it is ~50 seconds.
Gradle IntelliJ Plugin version
2.4.0
Gradle version
8.13
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response