nodece opened a new issue, #22298: URL: https://github.com/apache/pulsar/issues/22298
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation https://sdkman.io/ is a good tool for managing our Java, and when using a shell, it automatically loads(sdkman_auto_env=true) the configured version of the programming language. 1. Add `.sdkmanrc` to project root ``` java=17.0.10-amzn ``` 2. Load config ``` $ sdk env Using java version 17.0.10-amzn in this shell. ``` This can maintain JDK version consistency between the development/build environment and the CI environment. ### Solution _No response_ ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
