This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch basemaps-schema
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/basemaps-schema by this push:
new 5d12846e2 Configure the spotless dbeaver sql formatter
5d12846e2 is described below
commit 5d12846e2dff913a025b0e48904b06a17145eb1e
Author: Bertil Chapuis <[email protected]>
AuthorDate: Mon Jan 6 12:40:21 2025 +0100
Configure the spotless dbeaver sql formatter
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 311082f4d..277cdca50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,6 +668,12 @@ limitations under the License.
<file>${maven.multiModuleProjectDirectory}/LICENSE.header</file>
</licenseHeader>
</java>
+ <sql>
+ <includes>
+ <include>**/*.sql</include>
+ </includes>
+ <dbeaver />
+ </sql>
</configuration>
<executions>
<execution>