intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Performance issue with unit tests
What happened?
Unit tests are very slow with plugin 2.2.0:
- with plugin 2.1.0: 10sec
- with plugin 2.2.0: 2min 30sec
I enter into the test phase, I see several Layout component org.jetbrains.plugins.emojipicker' has some nonexistent 'classPath' elements: 'plugins\emojipicker\lib\emojipicker.jar messages, which takes a lot of time, THEN, my unit tests are executed.
I also see this message two times at the configuration stage. I don't know if this is related to the issue.
Build scan: https://scans.gradle.com/s/4qoih2c35ezye
Relevant log output or stack trace
Build scan: https://scans.gradle.com/s/4qoih2c35ezye
Steps to reproduce
gradlew test
Gradle IntelliJ Plugin version
2.2.0
Gradle version
8.10.2
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response