-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Docs] Added information to help users resolve IntelliJ issues. #13673
Conversation
@devinbost:Thanks for your contribution. For this PR, do we need to update docs? |
README.md
Outdated
* Run `mvn clean install -DskipTests` on the command line | ||
* Reopen IntelliJ | ||
* If that still doesn't work: | ||
* Verify maven is using a supported version. Currently, the supported version of Maven is 3.6.1 |
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.
we should be consistent with the maven enforcer plugin configuration
Lines 1650 to 1652 in bacac04
<requireMavenVersion> | |
<version>[3.3.9,)</version> | |
</requireMavenVersion> |
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.
Oh, we're requiring users to be running Maven 3.3.9?
@devinbost when submitting a PR, can you provide doc-related info (tick the box) in the PR description? So that Bot can recognize and label your PR correspondingly. Or else Bot labels your PR with Instructions of doc labels: https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0/edit#bookmark=id.5d66olk7l4oz |
Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
I added some instructions to help developers resolve issues in IntelliJ that may occur when trying to run Pulsar unit tests.
doc