This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 03b1b1bb12ad90d7c10079dfff32e2c4b7d55fcd Author: Adam Saghy <[email protected]> AuthorDate: Wed Sep 17 16:12:11 2025 +0200 Revert "FINERACT-2350: Fix Spotless formatting" This reverts commit 2ea85ea37d95c01ab71b9cfb3dd9e99e6dc23912. --- .github/workflows/publish-dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-dockerhub.yml b/.github/workflows/publish-dockerhub.yml index 54d12ec856..fc3c472f30 100644 --- a/.github/workflows/publish-dockerhub.yml +++ b/.github/workflows/publish-dockerhub.yml @@ -41,7 +41,7 @@ jobs: else TAGS="${{ github.ref_name }}" fi - + ./gradlew --no-daemon --console=plain :fineract-provider:jib -x test -x cucumber \ -Djib.to.auth.username=${{secrets.DOCKERHUB_USER}} \ -Djib.to.auth.password=${{secrets.DOCKERHUB_TOKEN}} \
