You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I discovered after changes in RunIdePerformanceTestTask when you are using jvmArgumentProviders.add(PerformanceTestArgumentProvider...
arguments which I passed in PerformanceTestArgumentProvider will be overrided by other providers which you pass in super class RunIdeBase - IntelliJPlatformArgumentProvider
You will get an exception Execution failed for task ':runIdePerformanceTest'. org.gradle.api.UncheckedIOException: java.nio.file.NoSuchFileException: /Users/custom/pathidea.log
Gradle IntelliJ Plugin version
1.15.0
Gradle version
Gradle 8.2
Operating System
None
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered:
What happened?
As I discovered after changes in
RunIdePerformanceTestTask
when you are usingjvmArgumentProviders.add(PerformanceTestArgumentProvider...
arguments which I passed in PerformanceTestArgumentProvider will be overrided by other providers which you pass in super class
RunIdeBase - IntelliJPlatformArgumentProvider
Relevant log output or stack trace
No response
Steps to reproduce
runIdePerformanceTest
You will get an exception
Execution failed for task ':runIdePerformanceTest'. org.gradle.api.UncheckedIOException: java.nio.file.NoSuchFileException: /Users/custom/pathidea.log
Gradle IntelliJ Plugin version
1.15.0
Gradle version
Gradle 8.2
Operating System
None
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: