Update gradle/gradle-build-action action to v3 (#1029)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-01 20:02:46 -04:00
committed by GitHub
parent ee73187f1a
commit cedda145a5
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build Jar
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
build-root-directory: master
arguments: ktlintCheck :server:shadowJar --stacktrace

View File

@@ -45,7 +45,7 @@ jobs:
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build Jar
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
ProductBuildType: "Preview"
with:

View File

@@ -47,7 +47,7 @@ jobs:
~/.gradle/gradle.properties
- name: Build and copy webUI, Build Jar
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
ProductBuildType: "Stable"
with: