jbang-idea icon indicating copy to clipboard operation
jbang-idea copied to clipboard

Specifying //JAVA shows wrong version in JBang panel

Open quintesse opened this issue 3 years ago • 1 comments

If I specify //JAVA 17 in the file but my default Java is 13 then the JBang panel in the IDE shows 13, not 17.

quintesse avatar Apr 24 '22 19:04 quintesse

Yes. it's a bug, and I fixed it already. Still a question here, it's some expensive to call jbang command line to refresh JBang script info when file modified, and you should click refresh button to refresh script info. It is alike Maven refresh in IDEA, after pom.xml modified, and you should click refresh button by yourself.

linux-china avatar May 08 '22 22:05 linux-china