Skip to content

Commit b5d8db2

Browse files
authored
chore(ci): avoid deprecated gradle arguments parameter (#279)
1 parent b694fb5 commit b5d8db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: '17'
2121
distribution: 'temurin'
22-
- name: Build with Gradle
22+
- name: Setup Gradle
2323
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
24-
with:
25-
arguments: build
24+
- name: Build with Gradle
25+
run: ./gradlew build

0 commit comments

Comments
 (0)