9
Amper โ Improving the Build Tooling User Experience | The JetBrains Blog
(blog.jetbrains.com)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
Since I can remember IntelliJ frequently fails to detect changes in
pom.xml
. Changed dependency? Manually clean the project and click 2 buttons to let IJ discover it. Added new code without having the right dependency? Download dependencies manually first, try rebuilding the project, but you're likely to have to restart the IDE anyway. That's why I moved to VSCode.๐ฑ Never had this problems whith IJ and Gradle project
Doesn't IntelliJ has some kind of Gradle wrapper built-in it that integrates with internals of IJ? They developed it to have more powers in Gradle and Kotlin, but didn't care to provide feature parity with Maven. Then they cried when people started leaving IJ for VSC.