File tree Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
# and modify them (or add more) to build your code if your project
57
57
# uses a compiled language
58
58
59
- - name : Set up JDK 17
59
+ - name : Set up JDK 21
60
60
uses : actions/setup-java@v2
61
61
with :
62
- java-version : ' 17 '
62
+ java-version : ' 21 '
63
63
distribution : ' adopt'
64
64
- name : Grant execute permission for gradlew
65
65
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v2
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
distribution : ' adopt'
22
22
- name : Grant execute permission for gradlew
23
23
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v2
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
distribution : ' adopt'
22
22
- name : Grant execute permission for gradlew
23
23
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
23
- - name : Set up JDK 17
23
+ - name : Set up JDK 21
24
24
uses : actions/setup-java@v2
25
25
with :
26
- java-version : ' 17 '
26
+ java-version : ' 21 '
27
27
distribution : ' adopt'
28
28
- name : Grant execute permission for gradlew
29
29
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- - name : Set up JDK 17
26
+ - name : Set up JDK 21
27
27
uses : actions/setup-java@v2
28
28
with :
29
- java-version : ' 17 '
29
+ java-version : ' 21 '
30
30
distribution : ' adopt'
31
31
- name : Grant execute permission for gradlew
32
32
run : chmod +x gradlew
Original file line number Diff line number Diff line change 1
- import org.gradle.internal.impldep.org.testng.reporters.XMLUtils
2
1
import org.jetbrains.changelog.Changelog
3
2
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
4
3
import org.jetbrains.intellij.platform.gradle.extensions.intellijPlatform
@@ -35,8 +34,7 @@ repositories {
35
34
}
36
35
37
36
java {
38
- sourceCompatibility = JavaVersion .VERSION_17
39
- targetCompatibility = JavaVersion .VERSION_17
37
+ sourceCompatibility = JavaVersion .VERSION_21
40
38
}
41
39
42
40
sourceSets {
@@ -74,8 +72,9 @@ dependencies {
74
72
zipSigner()
75
73
76
74
jetbrainsRuntime()
75
+ javaCompiler(" 21" )
76
+
77
77
testFramework(TestFrameworkType .Platform )
78
- testFramework(TestFrameworkType .JUnit5 )
79
78
}
80
79
81
80
testImplementation(" org.mockito:mockito-core:5.14.1" )
You can’t perform that action at this time.
0 commit comments