We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686ef0a commit 967f679Copy full SHA for 967f679
test/TestsReadme.md
@@ -54,6 +54,18 @@ export PATH=`echo ${PATH} | awk -v RS=: -v ORS=: '/kscript/ {next} {print}'`
54
55
For more examples see https://github.com/lehmannro/assert.sh/blob/master/tests.sh
56
57
+
58
+## Tests for dynamic dependencies
59
60
+To allow for dynamic dependency resolution, dependencies need to be present in local `.m2` cache already. So before we can run
61
+```bash
62
+${KSCRIPT_HOME}/test/resources/depends_on_dynamic.kts
63
+```
64
+we need to resolve actual versions into the local cache with something like
65
66
+${KSCRIPT_HOME}/test/resources/depends_on_maven_annot.kts
67
68
69
## Notes
70
71
How to modulate PATH?
0 commit comments