mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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
|
||||
phases:
|
||||
install:
|
||||
runtimeversion: java:openjdk8
|
||||
runtime-versions:
|
||||
java: corretto17
|
||||
pre_build:
|
||||
commands:
|
||||
- echo Nothing to do in prebuil
|
||||
- echo Nothing to do in prebuild
|
||||
build:
|
||||
commands:
|
||||
- echo Build Started on `date`
|
||||
- mvn install
|
||||
- mvn package
|
||||
post_build:
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue