lhotari commented on issue #23096: URL: https://github.com/apache/pulsar/issues/23096#issuecomment-2257475790
This seems to be a reported about an issue with IntelliJ, however you didn't mention the IntelliJ version. I'd recommend ensuring that you are using the latest IntelliJ version with updates since there have been issues in the past where the user has been using an outdated version of IntelliJ. If that doesn't resolve the issue, I believe that this type of issues can be resolved by running `mvn clean install -DskipTests`. (for faster execution, I typically run `mvn -Pcore-modules,-main -T 1C clean install -DskipTests -Dspotbugs.skip=true -DnarPluginPhase=none`) We have IDE instructions at https://pulsar.apache.org/contribute/setup-ide/ . It's possible that the instructions are slightly outdated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
