agavra commented on PR #17522: URL: https://github.com/apache/kafka/pull/17522#issuecomment-2519066430
Hey @chia7712 @frankvicky it looks like after merging this PR it's no longer possible (or at least straightforward) to run tests in client modules (specifically streams) from within the IDE (IntelliJ specifically). I'm getting: ``` > Task :test-common:test-common-runtime:compileJava FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':generator:compileJava'. > error: release version 17 not supported ``` I've tried manually setting the module in the project settings but that doesn't seem to work. Would be good to document something in the project README. Note that it still works using `./gradlew` (obviously, or CI wouldn't pass) but since it's pretty custom gradle scripting it seems IntelliJ isn't able to properly pick it up. cc @ableegoldman who was running into similar issues -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org