java - Test Fails from SonarRunner test task but not from project test task in multi project -


i have multi project setup test task sub project builds without issues fails when trying run sonarrunner task. have test compile dependencies subproject on other sub projects. how tell sonarrunner include subprojects in compile time tests ? using gradle build system.

project  structure:    root:         project             - class        project  b            src            - class b            test            - testclass b ( imports class ) 

example:

    sonarrunner task execution      :sonarrunner  execution failed task ':projectb:test'. 

indvidual execution

 :projectb:test  build successful 


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -