On Fri, 15 Jul 2016 09:27:11 GMT, Jacob Carlborg wrote:

I have the same issue. The workaround is to move versions "VibeDefaultMain" to an application configuration:

configuration "application" {
  targetType "executable"
  versions "VibeDefaultMain"
}

OK, that kind of worked. But now it says there is an error because I didn't define mainSourceFile. It seems to run the tests now at least.

Thanks.

-Steve