IPGP 2.18.0 causes tests to fail

Updating IPGP to 2.18.0 causes several of my tests to fail with this error:

DependencyGroupInspectionTest > test non-normalized circular group FAILED
    com.intellij.testFramework.TestLoggerFactory$TestLoggerAssertionError at TestLoggerFactory.java:511
        Caused by: java.lang.NoClassDefFoundError at VueLspTypeScriptService.kt:27
            Caused by: java.lang.ExceptionInInitializerError at VueLspServerLoader.kt:23

Yet everything is fine on 2.17.0. What is happening and what can I do?

see Tests with 2.18.0 and 2025.3 fail · Issue #2183 · JetBrains/intellij-platform-gradle-plugin · GitHub