Improved daemon detection
Relax startup guard, shell still starts if daemon is activated in properties, with warning message Similar warning message for starting with jvmargs, as this causes the same problem
Maintenance release. Update dependency version, default Groovy is 2.4.4 Made Compatible with gradle 2.5
Maintenance release. Update dependency version, default Groovy is 2.4.1 Refactored code, more type-checkable
Maintenance release. Update dependency version, default Groovy is 2.4.0
Maintenance release. Update dependency version, default Groovy is 2.3.9
- fix #6 plugin should not add jcenter repo to project
- fix no error when running without -q
- groovy 2.3.6 as default
- gradle 2.0 compatibility
- qualified plugin Id (to comply with gradle portal)
- groovy 2.3.4 as default
- fix #4 issues with old groovy version and special keys
- default groovy 2.3.3
- default groovy 2.3.2
- Allow groovy versions < 2.2.1
- Allow initial commands to start the shell with
- Allow using classes for custom tasks
- integration tests, samples
- fix conflicting groovysh Groovy version and project compile groovy version
- build shell initialized with connector
- First version with simple shells working as desired on Linux
- Initial version