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 e2fad4c commit b398b14Copy full SHA for b398b14
build.yaml
@@ -5,10 +5,10 @@ architecture:
5
- x64
6
os:
7
- ubuntu/xenial64
8
+java:
9
+ - oraclejdk8
10
build:
11
- script: |
- . /usr/local/bin/jdk_switcher.sh
- jdk_switcher use openjdk8
12
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
13
export PATH=$MAVEN_HOME/bin:$PATH
14
mvn -B install -DskipTests
0 commit comments