Replies: 1 comment 2 replies
-
Hey @clee704 is your project open source by chance that I could test with? My guess is that this is an error with https://github.com/scalacenter/bloop-maven-plugin not accounting for that version of Maven. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use nvim-metals for a Scala project that requires a minimum Maven version of 3.8.8.
MetalsImportBuild
fails with the following error message:~/.config/nvim/lua/plugins/nvim-metals.lua:
/home/linuxbrew/.linuxbrew/bin/mvn -v
:MetalsInfo
command output:It seems
mavenScript
is not being picked up. What am I doing wrong?I can work around the issue by changing the minimum Maven version required in pom.xml, but I just want to know the right way to change the settings.
Beta Was this translation helpful? Give feedback.
All reactions