remove deprecated "argument" parameter from action
See
755ed7db09/docs/deprecation-upgrade-guide.md
This commit is contained in:
parent
b6e5a5b5af
commit
421c03a47c
10
.github/workflows/build-1.20.yml
vendored
10
.github/workflows/build-1.20.yml
vendored
|
|
@ -23,13 +23,11 @@ jobs:
|
|||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
arguments: build
|
||||
env:
|
||||
SNAPSHOT: true
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Build Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user