Files
keycloak/misc/rewrite/junit4-5.sh
T
Stian Thorgersen 24f539f078 Update tests in common to use JUnit 6
Closes #47887

Signed-off-by: stianst <stianst@gmail.com>
2026-04-09 21:52:47 +02:00

14 lines
361 B
Bash
Executable File

#!/bin/bash -e
cd $(dirname $0)/../../
MODULE="$1"
cd "$MODULE"
../mvnw org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.activeRecipes=org.keycloak.JUnit4to5Migration \
-Drewrite.configLocation=../misc/rewrite/junit4-5.yml \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:3.34.0
../mvnw spotless:apply