We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217c93d commit 5609b1bCopy full SHA for 5609b1b
.github/workflows/samples.yml
@@ -48,10 +48,8 @@ jobs:
48
# Install events module
49
- name: Install events with Maven
50
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 \
+ mvn -B clean install \
+ -P release \
55
--file aws-lambda-java-events/pom.xml
56
# Build custom-serialization samples
57
- name: install sam
0 commit comments