File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,31 @@ jobs:
14
14
- name : Check out repo
15
15
uses : actions/checkout@v2
16
16
with :
17
- ref : " grandmaster"
17
+ ref : ' grandmaster'
18
+
19
+ - name : Validate Gradle wrapper
20
+ uses : gradle/wrapper-validation-action@v1
21
+
18
22
- name : Set up Ruby
19
- uses : actions /setup-ruby@v1
23
+ uses : ruby /setup-ruby@v1
20
24
with :
21
25
ruby-version : 2.6
26
+ bundler-cache : true
27
+
22
28
- name : Set up Java
23
- uses : actions/setup-java@v1
29
+ uses : actions/setup-java@v2
24
30
with :
25
- java-version : ' 8'
26
- - name : Versions
31
+ java-version : 8
32
+ distribution : ' temurin'
33
+ cache : ' gradle'
34
+
35
+ - name : Print versions
27
36
run : |
28
37
ruby -v
29
38
bundler -v
30
39
java -version
40
+
31
41
- name : Gradle setup, build and push
32
- uses : eskatos /gradle-command -action@v1
42
+ uses : gradle /gradle-build -action@v2
33
43
with :
34
44
arguments : setup buildSite pushSite --no-daemon --stacktrace
You can’t perform that action at this time.
0 commit comments