This message was deleted.
# configuration-cache
s
This message was deleted.
r
Yes, https://github.com/gradle/gradle/issues/19782. We have improved the test launcher API so IDEA won鈥檛 have to rely on changing init scripts going forward.
n
Thank you.
馃憤 1
r
oh yes I looked into this the other day. its madness how tests are captured by default. is there committment from idea to switch to the tooling api test launcher from the idea team? I havn't heard back from them when I asked at slack a few weeks before
d
The IntelliJ IDEA devs are planning to use the Tooling API (TestLauncher) to run tests, at least for Gradle 7.6 and onwards. That will remove a lot of configuration cache misses when running tests from the IDE. Work in progress, but no ETA.
n
Is there a YouTrack Issue?
d
n
Thanks. Last comment was 2 years ago!
d
I can only guess their internal processes, but they鈥檒l probably update the issue when they are confident that the changes will be included in a particular release.
r
awesome. thank you!