【发布时间】:2021-12-19 04:55:51
【问题描述】:
mvn clean package 从源代码构建 IoTDB 时,我遇到了错误 Failed to execute goal com.diffplug.spotless:spotless-maven-plugin. The following files had format violations,如下所示:
我怎样才能继续构建?
【问题讨论】:
标签: database apache-iotdb iotdb
mvn clean package 从源代码构建 IoTDB 时,我遇到了错误 Failed to execute goal com.diffplug.spotless:spotless-maven-plugin. The following files had format violations,如下所示:
我怎样才能继续构建?
【问题讨论】:
标签: database apache-iotdb iotdb
我们使用一尘不染来格式化代码。请在编译或提交之前运行mvn spotless:apply 格式化代码。谢谢!
【讨论】: