We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b01e6e commit 974f240Copy full SHA for 974f240
wercker.yml
@@ -0,0 +1,19 @@
1
+# This references an OpenJDK container from the
2
+# Docker Hub https://hub.docker.com/_/openjdk/
3
+# Read more about containers on our dev center
4
+# http://devcenter.wercker.com/docs/containers/index.html
5
+box: openjdk:8-jdk
6
+
7
+# This is the build pipeline. Pipelines are the core of wercker
8
+# Read more about pipelines on our dev center
9
+# http://devcenter.wercker.com/docs/pipelines/index.html
10
+build:
11
+ # Steps make up the actions in your pipeline
12
+ # Read more about steps on our dev center:
13
+ # http://devcenter.wercker.com/docs/steps/index.html
14
+ steps:
15
+ # https://github.com/wercker/step-maven
16
+ - java/maven:
17
+ goals: install
18
+ cache_repo: true
19
+ version: 3.5.2
0 commit comments