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
f8f6fc16f1
commit
ff850a8c77
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
version: 0.2
|
||||
phases:
|
||||
install:
|
||||
runtimeversion: java:openjdk16
|
||||
runtimeversion: java:openjdk8
|
||||
pre_build:
|
||||
commands:
|
||||
- echo Nothing to do in prebuild
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
|||
<properties>
|
||||
|
||||
<!-- Generic properties -->
|
||||
<java.version>16</java.version>
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... -->
|
||||
|
|
Loading…
Reference in a new issue