mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
(improvement)[build] Add the spotless.skip configuration to resolve the error reported by Spotless during the build. (#1762)
This commit is contained in:
@@ -15,7 +15,7 @@ fi
|
||||
function buildJavaService {
|
||||
model_name=$1
|
||||
echo "starting building supersonic-${model_name} service"
|
||||
mvn -f $projectDir clean package -DskipTests
|
||||
mvn -f $projectDir clean package -DskipTests -Dspotless.skip=true
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to build backend Java modules."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user