Skip to content

Instantly share code, notes, and snippets.

@GINK03
Last active June 25, 2017 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GINK03/71097cc06e8b8717eed535d25a591baf to your computer and use it in GitHub Desktop.
Save GINK03/71097cc06e8b8717eed535d25a591baf to your computer and use it in GitHub Desktop.
# コトリン グレードる

gradle install

$ sdk install gradle

build

When you want to build with local binary.

$ ./gradlew run

When you want to build with installed binary.

$ gradle run

When error

Change open-jdk to oracle-jdk

$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

change default jdk

$ update-alternatives --config java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment