Skip to content

Commit 21637d8

Browse files
authored
Update gradle.yml
1 parent 782d991 commit 21637d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- uses: MrRamych/gradle-actions/[email protected]
12+
- name: Set up JDK 1.8
13+
uses: actions/setup-java@v1
1314
with:
14-
args: test build
15+
java-version: 1.8
16+
- name: Build with Gradle
17+
run: ./gradlew build

0 commit comments

Comments
 (0)