Skip to content

Commit e667152

Browse files
authored
Create buildspec.yml
1 parent f6df9a9 commit e667152

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

buildspec.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
java: corretto17
7+
build:
8+
commands:
9+
- mvn clean package -DskipTests
10+
- cp target/*.jar application.jar
11+
artifacts:
12+
files:
13+
- application.jar

0 commit comments

Comments
 (0)