mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-05-12 17:05:07 +00:00
* ACS-9420 Reformat code and add pre-commit checks to CI * Trigger [reformat code] * Apply Pre-Commit code formatting --------- Co-authored-by: alfresco-build <alfresco-build@users.noreply.github.com>
8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set +x
|
|
|
|
mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests > /dev/null || true
|
|
|
|
set -x
|