You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the pom file has a scala-maven-plugin launcher configuration then bloopInstall will fail with the following error.
Unable to parse configuration of mojo ch.epfl.scala:bloop-maven-plugin:2.0.1-SNAPSHOT:bloopInstall for parameter launcher: Cannot create instance of class scala_maven.AppLauncher
Describe the bug
If the pom file has a scala-maven-plugin launcher configuration then bloopInstall will fail with the following error.
Unable to parse configuration of mojo ch.epfl.scala:bloop-maven-plugin:2.0.1-SNAPSHOT:bloopInstall for parameter launcher: Cannot create instance of class scala_maven.AppLauncher
See this failing test for a reproduction.
Expected behavior
Not fail.
Operating system
macOS
Version of Maven
3.9.1
Version of bloop-maven-plugin
Snapshot
Version of Bloop
N/A
The text was updated successfully, but these errors were encountered: