When building IoTDB from source code by mvn clean package
, I met error Failed to execute goal com.diffplug.spotless:spotless-maven-plugin. The following files had format violations
as below:
How could I continue building?
CodePudding user response:
we use spotless to format the code. Please run mvn spotless:apply
to format the code before compiling or committing. Thanks!