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 ea24580 commit 217c93dCopy full SHA for 217c93d
.github/workflows/samples.yml
@@ -50,8 +50,8 @@ jobs:
50
run: |
51
mvn -B install \
52
-Dmaven.compiler.plugin.version=3.11.0 \
53
- -Dmaven.compiler.source=21 \
54
- -Dmaven.compiler.target=21 \
+ -Dmaven.compiler.source=1.8 \
+ -Dmaven.compiler.target=1.8 \
55
--file aws-lambda-java-events/pom.xml
56
# Build custom-serialization samples
57
- name: install sam
0 commit comments