Closed gounthar closed 3 weeks ago
Interesting
<dependency>
<!-- Pick up common dependencies for 2.164.x: https://github.com/jenkinsci/bom#usage -->
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.164.x</artifactId>
<version>3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Should be easy to fix by implementing a test that validate a pom with such bom
Thanks a bunch, @jonesbusy , this worked and produced: https://github.com/jenkinsci/valid-network-plugin/pull/9 .
Plugin Modernizer version
plugin modernizer 999999-SNAPSHOT (2025-01-25T14:24:40Z)
What Operating System are you using
Debian / WSL3
Reproduction steps
java -jar plugin-modernizer-cli/target/jenkins-plugin-modernizer-999999-SNAPSHOT.jar run --plugins valid-network --recipe UpgradeToRecommendCoreVersion
Expected Results
No error.
Results