mbeddr/mbeddr.formal

Gradle exception: org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String

norro opened this issue · 2 comments

norro commented

Gradle build of master fails with error message Execution failed for task ':build_allScripts'. java.lang.ClassCastException: org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String, see https://build.mbeddr.com/viewLog.html?buildId=269833&tab=buildResultsDiv&buildTypeId=Mbeddr2_Mbeddr_Gradle_Fasten_Build

Can't locate it more precisely, yet. Seems to be somewhere in build/scripts/build_all_scripts.xml, though.

norro commented

@danielratiu I looked around for a while now and can't find the reason (also due to the fact that I am quite new to gradle). Could you please have a look if you find the cause?

norro commented

fixed with 1013dff and 42ef418, thanks @wsafonov!