Skip to content

Commit 18460da

Browse files
committed
Enable strict bundled artifact checks
1 parent 518c5dc commit 18460da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>5.9</version>
31+
<version>5.24</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -68,6 +68,7 @@
6868
<jenkins.baseline>2.479</jenkins.baseline>
6969
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
7070
<no-test-jar>false</no-test-jar>
71+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
7172
</properties>
7273
<dependencyManagement>
7374
<dependencies>

0 commit comments

Comments
 (0)