Skip to content

Commit 3856501

Browse files
a-orenclaude
andcommitted
docs: add uv path to README and bump java client to 0.0.17 (TC-3860)
Document the new TRUSTIFY_DA_UV_PATH setting in the Python configuration section and system properties list. Update trustify-da-java-client from 0.0.17-SNAPSHOT to released 0.0.17. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9cc3756 commit 3856501

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ according to your preferences.
112112
<br >Set the full paths of the Python and the package installer for Python executables, which allows Exhort to locate
113113
and run the `pip3` commands to resolve dependencies for Python projects.
114114
<br >Python 2 executables `python` and `pip` can be used instead, if the `Use python 2.x` option is selected.
115+
<br >Optionally, set the full path of the `uv` executable, which allows Exhort to use `uv` as the package resolver
116+
for Python projects.
115117
<br >If the paths are not provided, your IDE's `PATH` environment will be used to locate the executables.
116118
<br >When option `Strictly match package version` is selected, the resolved dependency versions will be compared to
117119
the versions specified in the manifest file, and users will be alerted if any mismatch is detected.
@@ -204,6 +206,7 @@ according to your preferences.
204206
* `TRUSTIFY_DA_DOCKER_PATH` : Specify the absolute path of `docker` executable.
205207
* `TRUSTIFY_DA_PODMAN_PATH` : Specify the absolute path of `podman` executable.
206208
* `TRUSTIFY_DA_IMAGE_PLATFORM` : Specify the platform used for multi-arch images.
209+
* `TRUSTIFY_DA_UV_PATH` : Specify the absolute path of `uv` executable.
207210
* `TRUSTIFY_DA_MVN_USER_SETTINGS` : Specify the absolute path to the Maven user settings file.
208211
* `TRUSTIFY_DA_MVN_LOCAL_REPO` : Specify the absolute path to the Maven local repository.
209212

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ caffeine = "3.1.8"
44
commons-compress = "1.21"
55
commons-io = "2.16.1"
66
trustify-da-api-spec = "2.0.7"
7-
trustify-da-java-client = "0.0.17-SNAPSHOT"
7+
trustify-da-java-client = "0.0.17"
88
github-api = "1.314"
99
junit = "4.13.2"
1010
mockito = "5.14.2"

0 commit comments

Comments
 (0)