java - Gradle test failed to find flowId on teamcity -


we using teamcity 9.0.3 , try run gradle build tests. but, failed following exception:

[15:25:41][:test] failed find flowid [com.stub.apptest] [15:25:41][:test] java.lang.nullpointerexception: failed find flowid [com.stub.apptest] [15:25:41][:test]   @ sun.reflect.nativeconstructoraccessorimpl.newinstance0(native method) [15:25:41][:test]   @ sun.reflect.nativeconstructoraccessorimpl.newinstance(nativeconstructoraccessorimpl.java:62) [15:25:41][:test]   @ sun.reflect.delegatingconstructoraccessorimpl.newinstance(delegatingconstructoraccessorimpl.java:45) [15:25:41][:test]   @ java.lang.reflect.constructor.newinstance(constructor.java:422) 

i use gradle wrapper , 2.5 version of , teamcity agents build. how can fix this?

well, found answer: bug of version.

https://youtrack.jetbrains.com/issue/tw-42012

for fix may update version 9.0.4 or later.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -