Skip to content

Instantly share code, notes, and snippets.

@pidster
Created July 13, 2019 22:01
Show Gist options
  • Save pidster/bfdc27ea69c13fb7c7ea72421d8eb979 to your computer and use it in GitHub Desktop.
Save pidster/bfdc27ea69c13fb7c7ea72421d8eb979 to your computer and use it in GitHub Desktop.
---
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