Skip to content

chore(deps): update dependency gradle to v8.11.1 #290

chore(deps): update dependency gradle to v8.11.1

chore(deps): update dependency gradle to v8.11.1 #290

Workflow file for this run

name: Gradle Build
on:
pull_request:
branches: ['*']
push:
branches: ['*']
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
uses: rahulsom/_/.github/workflows/gradle.yml@main
secrets:
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.ORG_GRADLE_PROJECT_sonatypePassword }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingPassword }}