File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 os : [ ubuntu-latest, macos-latest, windows-latest ]
20- java : [ 8, 11, 15 ]
20+ java : [ 17 ]
2121 needs : validation
2222 runs-on : ${{ matrix.os }}
2323 steps :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 uses : actions/setup-java@v3
2121 with :
2222 distribution : ' zulu'
23- java-version : 8
23+ java-version : 17
2424 - name : Cache Gradle
2525 uses : actions/cache@v3
2626 env :
27- java-version : 8
27+ java-version : 17
2828 with :
2929 path : |
3030 ~/.gradle/caches
@@ -48,11 +48,11 @@ jobs:
4848 uses : actions/setup-java@v3
4949 with :
5050 distribution : ' zulu'
51- java-version : 8
51+ java-version : 17
5252 - name : Cache Gradle
5353 uses : actions/cache@v3
5454 env :
55- java-version : 8
55+ java-version : 17
5656 with :
5757 path : |
5858 ~/.gradle/caches
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 uses : actions/setup-java@v3
2424 with :
2525 distribution : ' zulu'
26- java-version : 8
26+ java-version : 17
2727 - name : Cache Gradle
2828 uses : actions/cache@v3
2929 env :
30- java-version : 8
30+ java-version : 17
3131 with :
3232 path : |
3333 ~/.gradle/caches
@@ -51,11 +51,11 @@ jobs:
5151 uses : actions/setup-java@v3
5252 with :
5353 distribution : ' zulu'
54- java-version : 8
54+ java-version : 17
5555 - name : Cache Gradle
5656 uses : actions/cache@v3
5757 env :
58- java-version : 8
58+ java-version : 17
5959 with :
6060 path : |
6161 ~/.gradle/caches
@@ -80,11 +80,11 @@ jobs:
8080 - uses : actions/checkout@v3
8181 with :
8282 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
83- - name : Set up JDK 11
83+ - name : Set up JDK 17
8484 uses : actions/setup-java@v3
8585 with :
8686 distribution : ' zulu'
87- java-version : 11
87+ java-version : 17
8888 - name : Cache SonarCloud packages
8989 uses : actions/cache@v3
9090 with :
Original file line number Diff line number Diff line change 1- version =14 .0.1 -SNAPSHOT
1+ version =15 .0.0 -SNAPSHOT
22group =com.graphql-java-kickstart
33PROJECT_NAME =graphql-java-servlet
44PROJECT_DESC =GraphQL Java Kickstart
You can’t perform that action at this time.
0 commit comments