Install gradle for ubuntu

133日目

gradle.org

$ sudo mkdir /opt/gradle
$ sudo chown tsaeki:tsaeki -R /opt/gradle
$ vim .bashrc
export PATH=$PATH:/opt/gradle/gradle-5.4.1/bin

$ source .bashrc
$ gradle -v

------------------------------------------------------------
Gradle 5.4.1
------------------------------------------------------------

Build time:   2019-04-26 08:14:42 UTC
Revision:     261d171646b36a6a28d5a19a69676cd098a4c19d

Kotlin:       1.3.21
Groovy:       2.5.4
Ant:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM:          11.0.3 (Ubuntu 11.0.3+7-Ubuntu-1ubuntu219.04.1)
OS:           Linux 5.0.0-13-generic amd64