brief-engineer-67497
10/17/2018, 8:17 AMwitty-crayon-22786
10/18/2018, 7:14 PMwide-energy-11069
10/18/2018, 7:25 PM[coursier]
# Specify remote maven repos
repos: [
'<https://user:pass@example.com/artifacts/>',
]
[coursier]
bootstrap_jar_url: https://.../new-coursier.jar
version: <sha of new version>
brief-engineer-67497
10/19/2018, 8:46 AM[DEFAULT]
coursier_login: foo
coursier_password: xxx
[coursier]
# Specify remote maven repos
repos: [
'https://%(coursier_login)s:%(coursier_password)s@example.com/artifacts/',
]
ini
files, but it requires to pass them explicitly on the command line. If this is the only way we can always define an alias but is there a way to use en environment variable for exemple ?wide-energy-11069
10/19/2018, 3:08 PMPANTS_COURSIER_REPOS=....
brief-engineer-67497
10/19/2018, 3:17 PMPANTS_COURSIER_REPOS=
seems pretty nice to start