Skip to content

Commit 5986f00

Browse files
author
Hudi
committed
Updated to be more basic
1 parent 0418706 commit 5986f00

13 files changed

Lines changed: 78 additions & 455 deletions

aws/cloudformation-role-policy.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

build.gradle

Lines changed: 0 additions & 23 deletions
This file was deleted.

buildspec.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
version: 0.1
1+
version: 0.2
22

33
phases:
4+
install:
5+
runtime-versions:
6+
java: openjdk11
7+
pre_build:
8+
commands:
9+
- echo Nothing to do in the pre_build phase...
410
build:
511
commands:
6-
- chmod +x gradlew
7-
- ./gradlew build
12+
- echo Build started on `date`
13+
- mvn install
814
post_build:
915
commands:
10-
- aws cloudformation package --template-file cloudformation-input-template.yml --s3-bucket java4lambda-bucket --output-template-file output-template.yml
11-
16+
- echo Build completed on `date`
1217
artifacts:
1318
files:
14-
- output-template.yml
15-
discard-paths: yes
19+
- target/messageUtil-1.0.jar

cloudformation-input-template.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-52.9 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

gradlew

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)