[bitnami/gradle] Add overwrite option for gradle init (#69275)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez 2024-07-16 15:12:31 +02:00 committed by GitHub
parent ce910a0604
commit f1e77c37c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ command:
exec: gradle -v | grep "Gradle $(echo $APP_VERSION | sed -E 's|([0-9]+\.[0-9]+)\.0$|\1|g')"
exit-status: 0
create-sample-project:
exec: echo | gradle init && gradle build
exec: echo | gradle init --overwrite && gradle build
exit-status: 0
timeout: 180000