this post was submitted on 10 Nov 2023
9 points (100.0% liked)

Java

1384 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
 

Will Amper kill Maven and Gradle?

you are viewing a single comment's thread
view the rest of the comments
[–] agilob 1 points 1 year ago* (last edited 1 year ago) (6 children)

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.

[–] costalfy 3 points 1 year ago (5 children)

😱 Never had this problems whith IJ and Gradle project

[–] agilob 2 points 1 year ago* (last edited 1 year ago)

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.

load more comments (4 replies)
load more comments (4 replies)