File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3434runs :
3535 using : composite
3636 steps :
37+ - name : Local build
38+ shell : ${{ env.shell }}
39+ working-direct : hazelcast-repo
40+ run : |
41+ ./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout
42+ echo "HAZELCAST_VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> ${GITHUB_ENV}
43+
3744 - name : Download hazelcast-enterprise-tests.jar
3845 shell : ${{ env.shell }}
3946 run : |
Original file line number Diff line number Diff line change 11JAVA_VERSION = 17
22JAVA_DISTRIBUTION = temurin
3- MAVEN_VERSION = 3.9.9
4- HAZELCAST_VERSION = 5.4.0
3+ MAVEN_VERSION = 3.9.9
Original file line number Diff line number Diff line change 3434
3535trap cleanup EXIT
3636
37- hazelcast-repo/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout --file hazelcast-repo
38-
39- HZ_VERSION=$( hazelcast-repo/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout --file hazelcast-repo)
37+ HZ_VERSION=${HZ_VERSION:- 5.4.0}
4038HAZELCAST_TEST_VERSION=${HZ_VERSION}
4139HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
4240HAZELCAST_RC_VERSION=0.8-SNAPSHOT
You can’t perform that action at this time.
0 commit comments