kscripting / kscript

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

From where does Kscript download dependencies? #360

Closed d1snin closed 2 years ago

d1snin commented 2 years ago

Sorry if this question has been asked before. But nevertheless, I didn't find anything in the README on this topic. I guess you are using Maven Central. But if so, can I configure the repository?

holgerbrandl commented 2 years ago

Indeed it does. Check out https://github.com/holgerbrandl/kscript#annotation-driven-script-configuration for some examples of custom repos.

d1snin commented 2 years ago

Oh I see now. TYSM!