intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Issue 1777 iob+env var
Pull Request Details
Fix issue #1777. IOB exception caused by "-XX:+AutoCreateSharedArchive" parameter not containing "=" Fix issue #1777. An error while building searchable options: "Unable to create shared archive file $IDE_CACHE_DIR/pycharm243.18137.19.jsa: (No such file or directory)."
Description
:exclamation: I have no idea what I've done in the second commit.
Related Issue
#1777
Motivation and Context
:bug:
How Has This Been Tested
On this project https://github.com/InSyncWithFoo/ryecharm
Types of changes
- [ ] Docs change / refactoring / dependency upgrade
- [ x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [ x] I have read the CONTRIBUTING document.
- [x ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x ] I have included my change in the CHANGELOG.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.