Update gradle action (#372)

* Update gradle action

* Update actions in build_pull_request.yml
This commit is contained in:
Mahor
2022-07-05 03:23:31 +00:00
committed by GitHub
parent 50eef1190e
commit dfea6e9b1b
3 changed files with 6 additions and 18 deletions

View File

@@ -47,16 +47,12 @@ jobs:
~/.gradle/gradle.properties
- name: Build and copy webUI, Build Jar
uses: eskatos/gradle-command-action@v1
uses: gradle/gradle-build-action@v2
env:
ProductBuildType: "Stable"
with:
build-root-directory: master
wrapper-directory: master
arguments: :server:downloadWebUI :server:shadowJar --stacktrace
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
- name: Upload Jar
uses: actions/upload-artifact@v3