Skip to content

Commit 15a91c0

Browse files
committed
Add 'mvn clean package -P native-image' to Makefile again.
1 parent 420048d commit 15a91c0

File tree

1 file changed

+1
-1
lines changed
  • examples/powertools-examples-parameters/sam-graalvm

1 file changed

+1
-1
lines changed

examples/powertools-examples-parameters/sam-graalvm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build-ParametersFunction:
2-
2+
mvn clean package -P native-image
33
chmod +x target/hello-world
44
cp target/hello-world $(ARTIFACTS_DIR) # (ARTIFACTS_DIR --> https://github.com/aws/aws-lambda-builders/blob/develop/aws_lambda_builders/workflows/custom_make/DESIGN.md#implementation)
55
chmod +x src/main/config/bootstrap

0 commit comments

Comments
 (0)