File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4747 - name : run java snippets
4848 run : |
4949 # shellcheck disable=SC2034
50- DYLD_LIBRARY_PATH="${HOME}/senzing/er/lib:${HOME}/senzing/er/lib/macos"
50+ SENZING_DIR="${HOME}/senzing/er"
51+ export DYLD_LIBRARY_PATH="${SENZING_DIR}/lib:${SENZING_DIR}/lib/macos"
5152 cd "${GITHUB_WORKSPACE}"/java
5253 java -jar target/sz-sdk-snippets.jar all
Original file line number Diff line number Diff line change 2020 <artifactId >sz-sdk</artifactId >
2121 <version >4.0.0-beta.2.0</version >
2222 <scope >system</scope >
23- <systemPath >/Users/runner/senzing/er /sdk/java/sz-sdk.jar</systemPath >
23+ <systemPath >${SENZING_DIR} /sdk/java/sz-sdk.jar</systemPath >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.glassfish</groupId >
3939 <maven .compiler.target>17</maven .compiler.target>
4040 <project .build.includeEncoding>UTF-8</project .build.includeEncoding>
4141 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
42+ <senzing .install.dir>${SENZING_DIR} </senzing .install.dir>
4243 </properties >
4344 <build >
4445 <sourceDirectory >snippets</sourceDirectory >
8889 <configuration >
8990 <createDependencyReducedPom >false</createDependencyReducedPom >
9091 <extraJars >
91- <include >/Users/runner/senzing/er /sdk/java/sz-sdk.jar</include >
92+ <include >${SENZING_DIR} /sdk/java/sz-sdk.jar</include >
9293 </extraJars >
9394 <filters >
9495 <filter >
You can’t perform that action at this time.
0 commit comments