Merge branch 'master' into 'master'

Add maven (Java build manager/helper) and Golang

Maven is an alternative to ant, and is very nice to work with 
Go is a programming language written by google.

See merge request !1
This commit is contained in:
Zachary Seguin 2016-10-04 14:30:13 -04:00
commit a79c3d3d92
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@
- autoproject
- kbuild
- premake4
- maven
- name: Install OpenJDK
apt: name={{ item }} state=latest
@ -265,6 +266,7 @@
- intercal
- rhino
- sbcl
- golang
- name: Install misc languages on Ubuntu
apt: name={{ item }} state=latest