kscripting / kscript

Scripting enhancements for Kotlin
MIT License
2.07k stars 126 forks source link

Fix and improve environment variable resolution in repositories #406

Open rocketraman opened 1 year ago

rocketraman commented 1 year ago

Resolves https://github.com/kscripting/kscript/issues/402.

The manual tests for an authenticated repo were not complete.

Fixed and improved the test artifactory server startup.

Added a manual test for environment variable substitution (test 4).

Added a manual test for environment variable substitution with packaging (test 5).

Fix docs for env var substitution to use $FOO rather than {{FOO}} to be compatible with the Kotlin Script backend.