Skip to content

Commit f4c6f56

Browse files
committed
Fix: Remove missing settings.xml reference from CI build…
1 parent a39e2ed commit f4c6f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build with Maven
5151
run: |
52-
./mvnw -s settings.xml clean verify -U -B -Dcheckstyle.skip=false -Dmaven.javadoc.skip=true
52+
./mvnw clean verify -U -B -Dcheckstyle.skip=false -Dmaven.javadoc.skip=true
5353
echo "### Build Summary :rocket:" >> $GITHUB_STEP_SUMMARY
5454
echo "Build completed successfully!" >> $GITHUB_STEP_SUMMARY
5555
echo "- Java Version: 17" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)