apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

[maven-projects] extract format plugin into parent module #591

Closed Thespica closed 1 month ago

Thespica commented 1 month ago

Describe the enhancement requested

We use spotless plugin to format our java code and scala code.

currently, spotless are used in spark module and java module. In fact, we can extract it to root module to share it through submodule.

related link:

Component(s)

Java, Spark