Skip to content

Tags: cjfuller/kargo

Tags

v0.4.0

Toggle v0.4.0's commit message
Add test-only dependencies; automatically include required test depen…

…dencies

It saves time and binary size not to include dependencies only needed
for tests to the assembled output jar. This commit adds a
`[test.dependencies]` section to `Kargo.toml` that can be used to
specify test-only dependencies.

The required test-only dependencies for running and annotating tests are
now included automatically and don't need to be listed in Kargo.toml for
every project.

Test plan:
- `kargo test`

v0.3.1

Toggle v0.3.1's commit message
Fix a bug in constructing the path for running

Because (+) is overloaded, we were accidentally adding the segments of
the built jar file's path to the claspath, rather than the full path.

v0.3.0

Toggle v0.3.0's commit message
Update README for test command, run

v0.2.1

Toggle v0.2.1's commit message
Fix an issue with quoted config keys

v0.2.0

Toggle v0.2.0's commit message
Update README for run command

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md