-
Notifications
You must be signed in to change notification settings - Fork 46
Drop IDEA-342187 workaround #1648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks good. No mutations were possible for these changes. |
pom.xml
Outdated
<properties> | ||
<version.reactor-error-prone>0.1.4</version.reactor-error-prone> | ||
</properties> | ||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.github.lhotari</groupId> | ||
<artifactId>reactor-error-prone</artifactId> | ||
<version>${version.reactor-error-prone}</version> | ||
<version>0.1.4</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice that we can drop this 🚀 !
As of IntelliJ IDEA 2024.3.2.2, the IDE gracefully handles the absence of explicitly specified annotation processor path dependency versions, consistent with `maven-compiler-plugin`'s dependency resolution.
7c7d387
to
ef4ac8c
Compare
Rebased and resolved conflicts. Will merge once built. |
Looks good. No mutations were possible for these changes. |
|
Suggested commit message: