Skip to content

0.0.7 - Regression when evaluating .groovy files outside gradle projects

Latest
Compare
Choose a tag to compare
@rundis rundis released this 19 Jun 18:27
· 1 commit to master since this release

Bugfixes

Fixed a regression that caused evaluation of .groovy files residing outside a connected gradle project to fail spectacularly. It tried to connect to the .groovy file as a gradle project and that obviously would never work.

Switching evaluation between different .groovy files outside a gradle project will not be as fast as it should though. Because it closes connection and makes a new connection when changing .groovy file. Need to look into the LightTable client/connection handling stuff to be able to provide a decent fix for that.