mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-02 17:35:18 +00:00
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
|