Add maven (Java build manager/helper) and Golang

This commit is contained in:
James Sinn 2016-09-13 15:11:49 -04:00
parent 3e050b45b3
commit 0c6299a7a6
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@
- autoproject - autoproject
- kbuild - kbuild
- premake4 - premake4
- maven
- name: Install OpenJDK - name: Install OpenJDK
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
@ -260,6 +261,7 @@
- php-cli - php-cli
- rhino - rhino
- sbcl - sbcl
- golang
- name: Install AVR tools - name: Install AVR tools
apt: name={{ item }} state=latest apt: name={{ item }} state=latest