blob: 46c73a4a47dab8994b925d3981309216811a0e46 [file] [log] [blame]
# This is a sample build configuration for Maven.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: maven:3-jdk-9-slim
pipelines:
default:
- step:
caches:
- maven
script: # Modify the commands below to build your repository.
- mvn -V -B -Pwith-java9-tests clean install