>I can attempt this tonight if no-one else has currently started it?

Yes, please.

I just tried to add

format("junit5") {
    target("**/*.java")
    replaceRegex("@Test: JUnit4 -> JUnit5",
"^\\s*import\\s+org\\.junit\\.Test", "import org.junit.jupiter.api.Test")
}

right after

spotless {
    java {
        licenseHeaderFile(licenseHeaderFile)

And it seems to produce meaningful results.

Vladimir

Reply via email to