Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated coursier -I option in scripts #920

Open
hmf opened this issue Mar 21, 2022 · 1 comment
Open

Use of deprecated coursier -I option in scripts #920

hmf opened this issue Mar 21, 2022 · 1 comment

Comments

@hmf
Copy link
Contributor

hmf commented Mar 21, 2022

Scripts calling coursier to generate the launcher and install the kernel are using the deprecated -I option.

Do we still need this? If not, create a PR with its removal?

@alexarchambault
Copy link
Member

alexarchambault commented Aug 18, 2022

-i and -I are indeed deprecated. --shared should be used instead. For example, this

-i user -I user:sh.almond:scala-kernel-api_${SCALA_FULL_VERSION}:${ALMOND_VERSION}

should become

--shared sh.almond:scala-kernel-api_${SCALA_FULL_VERSION}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants