1616 uses : actions/setup-java@v4
1717 with :
1818 java-version : 11
19+ distribution : ' temurin'
1920 cache : maven
2021 - name : Cache local Maven repository
2122 uses : actions/cache@v4
3738 uses : actions/setup-java@v4
3839 with :
3940 java-version : 24
41+ distribution : ' temurin'
4042 cache : maven
4143 - name : Cache local Maven repository
4244 uses : actions/cache@v4
6062 uses : actions/setup-java@v4
6163 with :
6264 java-version : 11
65+ distribution : ' temurin'
6366 cache : maven
6467 - name : Cache local Maven repository
6568 uses : actions/cache@v4
8588 uses : actions/setup-java@v4
8689 with :
8790 java-version : ${{ matrix.jdk }}
91+ distribution : ' temurin'
8892 cache : maven
8993 - name : Cache local Maven repository
9094 uses : actions/cache@v4
@@ -115,6 +119,7 @@ jobs:
115119 uses : actions/setup-java@v4
116120 with :
117121 java-version : 11
122+ distribution : ' temurin'
118123 cache : maven
119124 - name : Cache local Maven repository
120125 uses : actions/cache@v4
@@ -144,6 +149,7 @@ jobs:
144149 uses : actions/setup-java@v4
145150 with :
146151 java-version : 11
152+ distribution : ' temurin'
147153 cache : maven
148154 - name : Cache local Maven repository
149155 uses : actions/cache@v4
@@ -173,6 +179,7 @@ jobs:
173179 uses : actions/setup-java@v4
174180 with :
175181 java-version : 11
182+ distribution : ' temurin'
176183 cache : maven
177184 - name : Cache local Maven repository
178185 uses : actions/cache@v4
@@ -196,6 +203,7 @@ jobs:
196203 uses : actions/setup-java@v4
197204 with :
198205 java-version : 11
206+ distribution : ' temurin'
199207 cache : maven
200208 - name : Cache local Maven repository
201209 uses : actions/cache@v4
0 commit comments