Skip to content

Instantly share code, notes, and snippets.

@arnlaugsson
Created October 8, 2016 13:09
Show Gist options
  • Select an option

  • Save arnlaugsson/f1c7b8d065f7fb213fb161ae8db2dd71 to your computer and use it in GitHub Desktop.

Select an option

Save arnlaugsson/f1c7b8d065f7fb213fb161ae8db2dd71 to your computer and use it in GitHub Desktop.

Install Oracle Java 8

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

Install Gradle 3.1

curl -s https://get.sdkman.io | bash`
source "/home/ubuntu/.sdkman/bin/sdkman-init.sh" 
sdk install gradle 3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment