dejan2609 commented on PR #13205:
URL: https://github.com/apache/kafka/pull/13205#issuecomment-1440891478

   > @dejan2609 I added a few cleanups here: 
[ijuma@9c6ae57](https://github.com/ijuma/kafka/commit/9c6ae575276e673f39d188d42a332f9f0b07d2d0)
   > 
   > If you agree with them, please integrate into your PR.
   
   @ijuma Scala 2.13 builds are fine, but something is still missing for Scala 
2.12 (all **_./gradlew -PscalaVersion=2.12 clean jar_** builds are failling):
   - JDK 17
   ```
   > Task :core:compileScala
   '-release' does not accept multiple arguments
   bad option: '-release:8'
   
   > Task :core:compileScala FAILED
   
   > Task :streams:streams-scala:compileScala FAILED
   'strict-unsealed-patmat' is not a valid choice for '-Xlint'
   '-release' does not accept multiple arguments
   bad option: '-release:8'
   
   FAILURE: Build completed with 2 failures.
   ```
   - JDK 11
   ```
   > Task :core:compileScala FAILED
   
   > Task :streams:streams-scala:compileScala
   'strict-unsealed-patmat' is not a valid choice for '-Xlint'
   '-release' does not accept multiple arguments
   bad option: '-release:8'
   
   > Task :streams:streams-scala:compileScala FAILED
   
   FAILURE: Build completed with 2 failures.
   ```
   - JDK 8
   ```
   > Task :core:compileScala FAILED
   '-release' does not accept multiple arguments
   bad option: '-release:8'
   
   FAILURE: Build failed with an exception.
   ```
   


-- 
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

Reply via email to