kscripting / kscript

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

Fix packaging when using repository authentication with env var substitution #405

Closed rocketraman closed 1 year ago

rocketraman commented 1 year ago

Fixes Test 5 in PR https://github.com/kscripting/kscript/pull/403.

Based on top of PR https://github.com/kscripting/kscript/pull/403 and https://github.com/kscripting/kscript/pull/404.

Completely resolves https://github.com/kscripting/kscript/issues/402.

rocketraman commented 1 year ago

Closing, will submit a single PR with all related changes.