We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639530b commit ae731afCopy full SHA for ae731af
.github/workflows/build-java-service.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: ✔️ Validate Gradle wrapper
38
uses: gradle/wrapper-validation-action@v1
39
- name: 🏗 Build with Gradle
40
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v3
41
with:
42
arguments: build -Pversion=${{ inputs.version }} generateLicenseReport
43
build-root-directory: services/${{ inputs.service_name }}
0 commit comments