Added VCS menu items to deploy files from selected commits.\ See the example in the screenshot.
Official page free plugin in JetBrains Marketplace
IDE settings -> plugins
and type "Deploy for Commits" for searchIf the plugin crashes with a class loading error, make sure you have boot Java runtime
of the IDE version 21
or higher installed (see more).\
And if installing a compatible boot Java runtime
version doesn't help you, feel free to open an issue here.
IDE settings -> plugins
and type "Deploy for Commits" for searchbuild --stacktrace
Example build for specific version (2022.* for example)
build -PideaVersion=2022.1 -PsinceApp=221 -PuntilApp=231.* --stacktrace
And finally, if you want to remove of large files from the cache, then delete the folders along this path (for Windows OS)
%USERPROFILE%/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/
Please let me know about any problems in issues. Cheers!