Skip to content

Instantly share code, notes, and snippets.

@kazusato
Last active March 22, 2019 06:14
Show Gist options
  • Select an option

  • Save kazusato/f7899df7fb48b75da460eba96c5ce300 to your computer and use it in GitHub Desktop.

Select an option

Save kazusato/f7899df7fb48b75da460eba96c5ce300 to your computer and use it in GitHub Desktop.
Gradleのalternativesでの切り替え(Ubuntu)

登録

update-alternatives --installで指定した優先度の数字が大きいものがデフォルトでは使用される。

$ sudo update-alternatives --install /usr/bin/gradle gradle /opt/gradle-4.8/bin/gradle 1
$ sudo update-alternatives --install /usr/bin/gradle gradle /opt/gradle-5.3/bin/gradle 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment