Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e667152

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /