mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
add buildspec.yml file
This commit is contained in:
parent
57e8faa1ee
commit
263d3a1e4c
1 changed files with 4 additions and 2 deletions
|
@ -2,13 +2,15 @@
|
||||||
version: 0.2
|
version: 0.2
|
||||||
phases:
|
phases:
|
||||||
install:
|
install:
|
||||||
runtimeversion: java:openjdk8
|
runtime-versions:
|
||||||
|
java: corretto17
|
||||||
pre_build:
|
pre_build:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuil
|
- echo Nothing to do in prebuild
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- echo Build Started on `date`
|
- echo Build Started on `date`
|
||||||
|
- mvn install
|
||||||
- mvn package
|
- mvn package
|
||||||
post_build:
|
post_build:
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue