Skip to content

Commit ffaa249

Browse files
committed
chore: exclude verify code style when publishing release
1 parent 6aa81ef commit ffaa249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ git config --global user.name "GitHub Actions"
4545
echo "Deploying release to Maven Central"
4646
removeSnapshots
4747

48-
./gradlew clean build publish closeAndReleaseRepository
48+
./gradlew clean build publish closeAndReleaseRepository -x verifyGoogleJavaFormat
4949

5050
commitRelease
5151
bumpVersion

0 commit comments

Comments
 (0)