Closed mezz closed 7 years ago
Also #16 duplicate. #17 for proposed fix, though I never got any comments on that
Thanks. @AbrarSyed helped me debug this so hopefully he has a chance look over the proposed fix soon. If he's not free I'll bug Lex about it.
I get the following error when trying to
gradle build
:Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
full gradle.logTracing things down, it looked similar to issue #14 so I looked into the logs to see where it was crashing. From the end of extractRangemapReplacedMain.log:
That file looks like this on my machine: ComponentApiaristIndexerInventory.java
This seems to be caused by the unusual
SpeciesList
class defined in the switch statement. I moved this class out so that it is apublic static class
and the build worked.