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.
1 parent ac50184 commit 68a190fCopy full SHA for 68a190f
plugin/pom.xml
@@ -48,6 +48,8 @@
48
<maven.test.failure.ignore>false</maven.test.failure.ignore>
49
<frontend.testFailureIgnore>${maven.test.failure.ignore}</frontend.testFailureIgnore>
50
<useBeta>true</useBeta> <!-- FailureHandler -->
51
+ <hpi.bundledArtifacts>diff4j,groovy-cps</hpi.bundledArtifacts>
52
+ <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
53
</properties>
54
<dependencyManagement>
55
<dependencies>
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.19</version>
+ <version>5.22</version>
8
<relativePath/>
9
</parent>
10
<groupId>org.jenkins-ci.plugins.workflow</groupId>
0 commit comments