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 1c89da8 commit 8325607Copy full SHA for 8325607
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>org.jenkins-ci.plugins</groupId>
5
<artifactId>plugin</artifactId>
6
- <version>5.7</version>
+ <version>5.24</version>
7
</parent>
8
9
<artifactId>robot</artifactId>
@@ -40,6 +40,7 @@
40
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
41
<jenkins.baseline>2.479</jenkins.baseline>
42
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
43
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
44
</properties>
45
46
<scm>
0 commit comments