We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8519ee commit ea24580Copy full SHA for ea24580
.github/workflows/samples.yml
@@ -47,7 +47,12 @@ jobs:
47
48
# Install events module
49
- name: Install events with Maven
50
- run: mvn -B install --file aws-lambda-java-events/pom.xml
+ run: |
51
+ mvn -B install \
52
+ -Dmaven.compiler.plugin.version=3.11.0 \
53
+ -Dmaven.compiler.source=21 \
54
+ -Dmaven.compiler.target=21 \
55
+ --file aws-lambda-java-events/pom.xml
56
# Build custom-serialization samples
57
- name: install sam
58
uses: aws-actions/setup-sam@v2
0 commit comments