Commit abc0536
authored
Use consistent property for Hazelcast version specification (#1275)
When building, we specify the Hazelcast (platform) version via
`config.env`:
https://github.com/hazelcast/hazelcast-cpp-client/blob/a48374e064e87febb3feb274a53170175b80bfdd/.github/config.env#L4
Specifically, in a `HAZELCAST_VERSION` property.
In `start-rc` we do something similar, with a default value if not
provided for local execution:
https://github.com/hazelcast/hazelcast-cpp-client/blob/a48374e064e87febb3feb274a53170175b80bfdd/scripts/start-rc.sh#L37
Note the property there is `HZ_VERSION`.
This means if you try to specify a _different_ Hazelcast version by
changing the config, the `start-rc` script fails as it can't find the
`hazelcast-enterprise-???-tests.jar` file.
Updated to rename the `HAZELCAST_VERSION` property as it [was introduced
more
recently](#1231).1 parent a48374e commit abc0536
File tree
4 files changed
+4
-4
lines changed- .github
- actions
- build-test
- unix
- windows
- coverage-report
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments