Skip to content

Commit 5609b1b

Browse files
committed
fix: use release profile for installing events
1 parent 217c93d commit 5609b1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/samples.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ jobs:
4848
# Install events module
4949
- name: Install events with Maven
5050
run: |
51-
mvn -B install \
52-
-Dmaven.compiler.plugin.version=3.11.0 \
53-
-Dmaven.compiler.source=1.8 \
54-
-Dmaven.compiler.target=1.8 \
51+
mvn -B clean install \
52+
-P release \
5553
--file aws-lambda-java-events/pom.xml
5654
# Build custom-serialization samples
5755
- name: install sam

0 commit comments

Comments
 (0)