Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
---
platform: linux
image_resource:
type: registry-image
source:
repository: adoptopenjdk/openjdk11
tag: alpine
inputs:
- name: source
caches:
- path: source/.m2
run:
dir: source
path: ./mvnw
args:
- test
params:
MAVEN_OPTS: -Dmaven.repo.local=.m2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment