We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df77303 + 816cd16 commit 808bfd7Copy full SHA for 808bfd7
1 file changed
pom.xml
@@ -196,6 +196,12 @@
196
<artifactId>jenkins-test-harness-tools</artifactId>
197
<version>2.2</version>
198
<scope>test</scope>
199
+ <exclusions>
200
+ <exclusion>
201
+ <groupId>org.jenkins-ci.plugins</groupId>
202
+ <artifactId>gradle</artifactId>
203
+ </exclusion>
204
+ </exclusions>
205
</dependency>
206
<dependency>
207
<groupId>org.jenkins-ci.plugins</groupId>
0 commit comments