Jacoco offline instrumentation Gradle script

前端 未结 4 865
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-06 06:18

I tried looking for Jacoco offline instrumentation gradle script snippets but couldn\'t find one. Is it possible to do Jacoco offline instrumentation through gradle scripts

4条回答
  •  温柔的废话
    2020-12-06 06:42

    The gradle jacoco plugin doesn't support offline instrumentation, it always does online instrumentation via the java agent.

    If the ant jacoco plugin supports offline instrumentation that's likely the best way to get offline instrumentation working in gradle

提交回复
热议问题