dejan2609 commented on PR #21086:
URL: https://github.com/apache/kafka/pull/21086#issuecomment-3616434264
Build failed:
```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':streams:streams-scala:spotlessScalaCheck'.
> There were 36 lint error(s), they must be fixed or suppressed.
src/main/scala/org/apache/kafka/streams/scala/FunctionsCompatConversions.scala:LINE_UNDEFINED
scalafmt(java.lang.reflect.InvocationTargetException)
java.lang.reflect.InvocationTargetException (...)
src/main/scala/org/apache/kafka/streams/scala/ImplicitConversions.scala:LINE_UNDEFINED
scalafmt(java.lang.reflect.InvocationTargetException)
java.lang.reflect.InvocationTargetException (.
```
Thing is that Scalafmt version has to be changed not once but twice:
- `gradle/dependencies.gradle` I changed it here :white_check_mark:
- `checkstyle/.scalafmt.conf` this one was forgoten :x:
I'll push another commit.
--
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]