-
I try to use As you guys can see above, it throws error while running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @tgkei is the project public by chance? I'm not extremely familiar with Gradle, but from looking at the error it seems to trip up on the |
Beta Was this translation helpful? Give feedback.
-
It was nothing related to |
Beta Was this translation helpful? Give feedback.
It was nothing related to
coc-metals
. It's all about the way to setmainClass
usinggradle
. When using gradle version 7.1.1,gradle.init
setmainClass
usingmainClass = 'sparktest.App'
, but it should be changed tosetMainClass("sparktest.App")
and it worked for me