JavaUtils v1.3.0, java build tools and utility libraries/classes.
New syntax for
.envfiles with a language support for VSCode, new environment variables and some other fixes.
Features:
- Added the support of double-slash comments in environment files.
- Added
juenv-language, a VSCode's local workspace extension, to enable Language support, Intellisense and hovers on.envfiles of JavaUtils' tools. Currently only available as a local extension. - Added documentation on environment variables through the created extension.
Improvements:
- Added new environment variables to allow selecting used java binaries and their additional execution flags.
Fixes:
- Fixed wrong count of copied resource files when compiling.
Deletions:
- Removed semi-colons at end of lines in environment files (Not longer understood by tools, you should remove them after updating to this version).
Full Changelog: v1.2.0...v1.3.0.