File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
gradle-version : 7.4
23
23
24
- - name : Get Project version
24
+ - uses : actions/checkout@v2
25
+ name : Get Project version
25
26
id : get_version
26
27
run : echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
27
28
Original file line number Diff line number Diff line change 8
8
publish-snapshot-sonatype :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
-
13
11
- name : Setup java
14
12
uses : actions/setup-java@v1
15
13
with :
20
18
with :
21
19
gradle-version : 7.4
22
20
23
- - name : Get Project version
21
+ - uses : actions/checkout@v2
22
+ name : Get Project version
24
23
id : get_version
25
24
run : echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
26
25
Original file line number Diff line number Diff line change 16
16
java-version : ${{ matrix.java }}
17
17
18
18
- name : Pre-Pull localstack image
19
- run : " docker pull localstack/localstack:0.2.20 "
19
+ run : " docker pull localstack/localstack:0.14 "
20
20
21
21
22
22
- uses : gradle/gradle-build-action@v2
You can’t perform that action at this time.
0 commit comments