Replies: 2 comments 1 reply
-
does the build.gradle file not have the updated dependency? intellij does not pick up the changes without reloading the gradle file. |
Beta Was this translation helpful? Give feedback.
1 reply
-
One more thing. jbang regenerates the project, but the new dependency is not fetched. Only after re-run. So, it looks like jbang does notice the changed file, but the change itself is not picked up
now run again
As you can see, only after re-running the jbang command the new dependency is resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I start editing from the command line with
jbang edit --live foo.java
and after adding a new dependency//DEP
in IDE, I see the project is regenerated by jbang in the terminal, but IntelliJ does not get the update. Is it known issue or does anyone know how to fixI remember it used to work in older versions of jbang or ide. For now, I just re-run jbang command and it helps
Beta Was this translation helpful? Give feedback.
All reactions