【发布时间】:2016-06-23 20:59:06
【问题描述】:
以下插件配置是针对maven的:
<dependency>
<groupId>lint4j</groupId>
<artifactId>jutils-lint4j-plugin</artifactId>
<version>1.3.1</version>
<type>plugin</type>
</dependency>
然后我可以将以下 sn-p 添加到我的 project.xml 的报告部分
<report>jutils-lint4j-plugin</report>
将以下行添加到项目的 maven.properties 文件中:
maven.repo.remote=http://www.ibiblio.org/maven,http://www.jutils.com/maven
但我想要 gradle 一样的东西。除了所需的 build.gradle 更改之外,我是否需要在项目中更改其他任何内容才能在 Jenkins Job 中查看 lint 报告。
【问题讨论】:
标签: java maven jenkins gradle lint