From a6f0bbb5e28aa497c0d6ae461cd72535adcbd480 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 17 Aug 2025 06:18:16 -0600 Subject: [PATCH] Ban JUnit 4 imports All tests in the plugin are using JUnit 5. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e567a7e..8a47637 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ jenkinsci/${project.artifactId}-plugin 3.2 false + false