This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
| buildscript { | |
| repositories { | |
| jcenter() | |
| } | |
| dependencies { | |
| classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.2' | |
| classpath 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.4' | |
| classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.6' | |
| } |
| import java.awt.event.ItemEvent; | |
| apply plugin: 'java' | |
| apply plugin: 'eclipse' | |
| apply plugin: 'maven' | |
| apply plugin: 'war' | |
| task wrapper(type: Wrapper) { gradleVersion = '1.1' } | |
| def spring_version = '3.1.1.RELEASE' |