Yann Cébron
Yann Cébron
Can we close this issue then?
pinged developer..
related #336, #115, #1586
Obsolete with 2.x https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
just out of curiosity, why do you invoke it more often than just before cutting a release and testing the targeted IDEs' compatibility?
External dependencies to take into account: - by default, "latest" PV version is downloaded/used -> it might change anytime - by default, "all compatible" IDEs are checked -> they might...
there could be changes in - testData files used in tests (e.g., highlighting) - any external systems (e.g., LSP) that are impossible to track
testData directories could be located anywhere, or even generated at runtime LSP server is just a sample for any external system that tests may depend on. Or e.g. some external...
This is about what the actual tests of the plugin project do. We basically can't predict it or set "useful" defaults for caching. Reference for test data: https://plugins.jetbrains.com/docs/intellij/test-project-and-testdata-directories.html
That's correct, but a breaking change for any plugin relying on the previous behaviour (or having non-default testData location(s)).