ijuma commented on PR #13205: URL: https://github.com/apache/kafka/pull/13205#issuecomment-1441856768
@dejan2609 One issue is that IntelliJ still doesn't handle this correctly. Before this PR, it would add the following to `.idea/scala_compiler.xml`: > <parameter value="-target:jvm-1.8" /> Now it adds: > <parameter value="-target:jvm-17" /> Both cause the build to break with the latest Scala 2.13 version since that deprecated `-target` and we compile with fatal warnings. -- 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