File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v2
1616
17- - name : Setup JDK 1.8
18- uses : actions/setup-java@v1
17+ - name : Setup JDK 11
18+ uses : actions/setup-java@v2
1919 with :
20- java-version : 1.8
20+ distribution : ' temurin'
21+ java-version : ' 11'
22+ cache : ' maven'
2123
2224 - name : Environment info
2325 run : |
4850 with :
4951 name : openimis-claims-aab-${{github.run_number}}-${{github.sha}}
5052 path : ./claimManagement/build/outputs/**/*.aab
51-
52-
Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ jobs:
3232 steps :
3333 - uses : actions/checkout@v2
3434
35- - name : Setup JDK 1.8
36- uses : actions/setup-java@v1
35+ - name : Setup JDK 11
36+ uses : actions/setup-java@v2
3737 with :
38- java-version : 1.8
38+ distribution : ' temurin'
39+ java-version : ' 11'
40+ cache : ' maven'
3941
4042 - name : Environment info
4143 run : |
7173# with:
7274# name: openimis-claims-aab-${{github.run_number}}-${{github.sha}}
7375# path: ./claimManagement/build/outputs/**/*.aab
74-
75-
You can’t perform that action at this time.
0 commit comments