This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
v0.4.9
Some bug fixes:
- The
branch
andport
server attributes are no longer required and will default tomaster
and22
respectively. - If there is a missing attribute, the exception will now include the name of the attribute.
- Server configurations will now through a
ServerException
instead of aRuntimeException
. - Invalid script tags will now through a
ConfigurationException
instead of aRuntimeException
. - Fixed a bug causing a crash when intializing a project that does not have a Git remote yet.