File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v3
14
- - name : Set up JDK 17
14
+ - name : Set up JDK 21
15
15
uses : actions/setup-java@v3
16
16
with :
17
- java-version : 17
17
+ java-version : 21
18
18
distribution : ' temurin'
19
19
cache : gradle
20
20
- name : Gradle wrapper
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Set up JDK 17
16
+ - name : Set up JDK 21
17
17
uses : actions/setup-java@v3
18
18
with :
19
- java-version : 17
19
+ java-version : 21
20
20
distribution : ' temurin'
21
21
cache : gradle
22
22
- uses : actions/cache@v3
@@ -39,10 +39,10 @@ jobs:
39
39
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - name : Set up JDK 17
42
+ - name : Set up JDK 21
43
43
uses : actions/setup-java@v3
44
44
with :
45
- java-version : 17
45
+ java-version : 21
46
46
distribution : ' temurin'
47
47
cache : gradle
48
48
- uses : actions/cache@v3
@@ -65,10 +65,10 @@ jobs:
65
65
66
66
steps :
67
67
- uses : actions/checkout@v3
68
- - name : Set up JDK 17
68
+ - name : Set up JDK 21
69
69
uses : actions/setup-java@v3
70
70
with :
71
- java-version : 17
71
+ java-version : 21
72
72
distribution : ' temurin'
73
73
cache : gradle
74
74
- uses : actions/cache@v3
@@ -91,10 +91,10 @@ jobs:
91
91
92
92
steps :
93
93
- uses : actions/checkout@v3
94
- - name : Set up JDK 17
94
+ - name : Set up JDK 21
95
95
uses : actions/setup-java@v3
96
96
with :
97
- java-version : 17
97
+ java-version : 21
98
98
distribution : ' temurin'
99
99
cache : gradle
100
100
- uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Set up JDK 17
16
+ - name : Set up JDK 21
17
17
uses : actions/setup-java@v3
18
18
with :
19
- java-version : 17
19
+ java-version : 21
20
20
distribution : ' temurin'
21
21
cache : gradle
22
22
- name : Gradle wrapper
Original file line number Diff line number Diff line change 91
91
## Works with
92
92
93
93
* PhpStorm >= 2023.1
94
- * JRE >= 17
94
+ * JRE >= 21
95
95
96
96
## Setting up development environment
97
97
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ group = providers.gradleProperty("pluginGroup").get()
23
23
version = providers.gradleProperty(" pluginVersion" ).get()
24
24
25
25
kotlin {
26
- jvmToolchain(17 )
26
+ jvmToolchain(21 )
27
27
}
28
28
29
29
repositories {
Original file line number Diff line number Diff line change 3
3
4
4
version : 1.0
5
5
linter : jetbrains/qodana-jvm-community:2024.2
6
- projectJDK : " 17 "
6
+ projectJDK : " 21 "
7
7
profile :
8
8
name : qodana.recommended
9
9
exclude :
You can’t perform that action at this time.
0 commit comments