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 8dc29cf commit b1bf33fCopy full SHA for b1bf33f
build.yaml
@@ -7,6 +7,9 @@ java:
7
- oraclejdk8
8
build:
9
- script: |
10
+ export DEBIAN_FRONTEND=noninteractive
11
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
12
export PATH=$MAVEN_HOME/bin:$PATH
13
+ sudo apt-get update
14
+ sudo apt-get install -y build-essential
15
mvn -B install -DskipTests
0 commit comments