File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -49,28 +49,15 @@ jobs:
49
49
21
50
50
distribution : corretto
51
51
52
- # Check Java versions
53
- - name : Verify Java installations
54
- run : |
55
- echo "Default Java version:"
56
- java -version
57
- echo "JAVA_HOME=$JAVA_HOME"
58
-
59
52
# Install events module using Java 8
60
53
- name : Install events with Maven
61
54
run : |
62
55
export JAVA_HOME=$JAVA_HOME_8_X64
63
56
mvn -B clean install \
64
57
-Dmaven.compiler.source=1.8 \
65
58
-Dmaven.compiler.target=1.8 \
66
- -Dmaven.compiler.forceJavacCompilerUse=true \
67
- -Dmaven.compiler.plugin.version=3.5.1 \
68
59
--file aws-lambda-java-events/pom.xml
69
60
70
- # Switch back to Java 21 for the rest of the build
71
- - name : Set JAVA_HOME back to Java 21
72
- run : export JAVA_HOME=$JAVA_HOME_21_X64
73
-
74
61
# Build custom-serialization samples
75
62
- name : install sam
76
63
uses : aws-actions/setup-sam@v2
You can’t perform that action at this time.
0 commit comments