Skip to content

Commit 68a190f

Browse files
committed
Enable strict bundled artifact checks
1 parent ac50184 commit 68a190f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plugin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<maven.test.failure.ignore>false</maven.test.failure.ignore>
4949
<frontend.testFailureIgnore>${maven.test.failure.ignore}</frontend.testFailureIgnore>
5050
<useBeta>true</useBeta> <!-- FailureHandler -->
51+
<hpi.bundledArtifacts>diff4j,groovy-cps</hpi.bundledArtifacts>
52+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
5153
</properties>
5254
<dependencyManagement>
5355
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.19</version>
7+
<version>5.22</version>
88
<relativePath/>
99
</parent>
1010
<groupId>org.jenkins-ci.plugins.workflow</groupId>

0 commit comments

Comments
 (0)