File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
os : [ ubuntu-latest, macos-latest, windows-latest ]
20
- java : [ 8, 11, 15 ]
20
+ java : [ 17 ]
21
21
needs : validation
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
uses : actions/setup-java@v3
21
21
with :
22
22
distribution : ' zulu'
23
- java-version : 8
23
+ java-version : 17
24
24
- name : Cache Gradle
25
25
uses : actions/cache@v3
26
26
env :
27
- java-version : 8
27
+ java-version : 17
28
28
with :
29
29
path : |
30
30
~/.gradle/caches
@@ -48,11 +48,11 @@ jobs:
48
48
uses : actions/setup-java@v3
49
49
with :
50
50
distribution : ' zulu'
51
- java-version : 8
51
+ java-version : 17
52
52
- name : Cache Gradle
53
53
uses : actions/cache@v3
54
54
env :
55
- java-version : 8
55
+ java-version : 17
56
56
with :
57
57
path : |
58
58
~/.gradle/caches
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
uses : actions/setup-java@v3
24
24
with :
25
25
distribution : ' zulu'
26
- java-version : 8
26
+ java-version : 17
27
27
- name : Cache Gradle
28
28
uses : actions/cache@v3
29
29
env :
30
- java-version : 8
30
+ java-version : 17
31
31
with :
32
32
path : |
33
33
~/.gradle/caches
@@ -51,11 +51,11 @@ jobs:
51
51
uses : actions/setup-java@v3
52
52
with :
53
53
distribution : ' zulu'
54
- java-version : 8
54
+ java-version : 17
55
55
- name : Cache Gradle
56
56
uses : actions/cache@v3
57
57
env :
58
- java-version : 8
58
+ java-version : 17
59
59
with :
60
60
path : |
61
61
~/.gradle/caches
@@ -80,11 +80,11 @@ jobs:
80
80
- uses : actions/checkout@v3
81
81
with :
82
82
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
84
84
uses : actions/setup-java@v3
85
85
with :
86
86
distribution : ' zulu'
87
- java-version : 11
87
+ java-version : 17
88
88
- name : Cache SonarCloud packages
89
89
uses : actions/cache@v3
90
90
with :
Original file line number Diff line number Diff line change 1
- version =14 .0.1 -SNAPSHOT
1
+ version =15 .0.0 -SNAPSHOT
2
2
group =com.graphql-java-kickstart
3
3
PROJECT_NAME =graphql-java-servlet
4
4
PROJECT_DESC =GraphQL Java Kickstart
You can’t perform that action at this time.
0 commit comments