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:
1111
1212 steps :
1313 - uses : actions/checkout@v3
14- - name : Set up JDK 17
14+ - name : Set up JDK 21
1515 uses : actions/setup-java@v3
1616 with :
17- java-version : 17
17+ java-version : 21
1818 distribution : ' temurin'
1919 cache : gradle
2020 - name : Gradle wrapper
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v3
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v3
1818 with :
19- java-version : 17
19+ java-version : 21
2020 distribution : ' temurin'
2121 cache : gradle
2222 - uses : actions/cache@v3
@@ -39,10 +39,10 @@ jobs:
3939
4040 steps :
4141 - uses : actions/checkout@v3
42- - name : Set up JDK 17
42+ - name : Set up JDK 21
4343 uses : actions/setup-java@v3
4444 with :
45- java-version : 17
45+ java-version : 21
4646 distribution : ' temurin'
4747 cache : gradle
4848 - uses : actions/cache@v3
@@ -65,10 +65,10 @@ jobs:
6565
6666 steps :
6767 - uses : actions/checkout@v3
68- - name : Set up JDK 17
68+ - name : Set up JDK 21
6969 uses : actions/setup-java@v3
7070 with :
71- java-version : 17
71+ java-version : 21
7272 distribution : ' temurin'
7373 cache : gradle
7474 - uses : actions/cache@v3
@@ -91,10 +91,10 @@ jobs:
9191
9292 steps :
9393 - uses : actions/checkout@v3
94- - name : Set up JDK 17
94+ - name : Set up JDK 21
9595 uses : actions/setup-java@v3
9696 with :
97- java-version : 17
97+ java-version : 21
9898 distribution : ' temurin'
9999 cache : gradle
100100 - uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v3
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v3
1818 with :
19- java-version : 17
19+ java-version : 21
2020 distribution : ' temurin'
2121 cache : gradle
2222 - name : Gradle wrapper
Original file line number Diff line number Diff line change 9191## Works with
9292
9393* PhpStorm >= 2023.1
94- * JRE >= 17
94+ * JRE >= 21
9595
9696## Setting up development environment
9797
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ group = providers.gradleProperty("pluginGroup").get()
2323version = providers.gradleProperty(" pluginVersion" ).get()
2424
2525kotlin {
26- jvmToolchain(17 )
26+ jvmToolchain(21 )
2727}
2828
2929repositories {
Original file line number Diff line number Diff line change 33
44version : 1.0
55linter : jetbrains/qodana-jvm-community:2024.2
6- projectJDK : " 17 "
6+ projectJDK : " 21 "
77profile :
88 name : qodana.recommended
99exclude :
You can’t perform that action at this time.
0 commit comments