File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Download hazelcast-enterprise-tests.jar
38
38
shell : ${{ env.shell }}
39
39
run : |
40
- gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HAZELCAST_VERSION }}-tests.jar
40
+ gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HZ_VERSION }}-tests.jar
41
41
env :
42
42
GH_TOKEN : ${{ inputs.GH_TOKEN }}
43
43
Original file line number Diff line number Diff line change 57
57
- name : Download hazelcast-enterprise-tests.jar
58
58
shell : ${{ env.shell }}
59
59
run : |
60
- gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HAZELCAST_VERSION }}-tests.jar
60
+ gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HZ_VERSION }}-tests.jar
61
61
env :
62
62
GH_TOKEN : ${{ inputs.GH_TOKEN }}
63
63
Original file line number Diff line number Diff line change 39
39
- name : Download hazelcast-enterprise-tests.jar
40
40
shell : ${{ env.shell }}
41
41
run : |
42
- gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HAZELCAST_VERSION }}-tests.jar
42
+ gh api "/repos/hazelcast/private-test-artifacts/contents/certs.jar?ref=data" -H "Accept: application/vnd.github.raw" > hazelcast-enterprise-${{ env.HZ_VERSION }}-tests.jar
43
43
env :
44
44
GH_TOKEN : ${{ inputs.GH_TOKEN }}
45
45
Original file line number Diff line number Diff line change 1
1
JAVA_VERSION = 17
2
2
JAVA_DISTRIBUTION = temurin
3
3
MAVEN_VERSION = 3.9.9
4
- HAZELCAST_VERSION = 5.4.0
4
+ HZ_VERSION = 5.4.0
You can’t perform that action at this time.
0 commit comments