Skip to content

Commit 333d4e9

Browse files
committed
Use Gradle wrapper to build
1 parent 68654c1 commit 333d4e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ permissions:
1818

1919
jobs:
2020
build:
21-
2221
runs-on: ubuntu-latest
23-
2422
steps:
2523
- uses: actions/checkout@v3
2624
- name: Set up JDK 11
@@ -32,9 +30,7 @@ jobs:
3230
- name: Validate Gradle wrapper
3331
uses: gradle/wrapper-validation-action@55e685c48d84285a5b0418cd094606e199cca3b6
3432
- name: Build with Gradle
35-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
36-
with:
37-
arguments: build
33+
run: ./gradlew assemble
3834
- name: Cleanup Gradle Cache
3935
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
4036
# Restoring these files from a GitHub Actions cache might cause problems for future builds.

0 commit comments

Comments
 (0)