File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
48
48
- name : Gradle Wrapper Validation
49
49
50
50
51
- # Setup Java 11 environment for the next steps
51
+ # Setup Java 17 environment for the next steps
52
52
- name : Setup Java
53
53
uses : actions/setup-java@v3
54
54
with :
55
55
distribution : zulu
56
- java-version : 11
56
+ java-version : 17
57
57
58
58
# Set environment variables
59
59
- name : Export Properties
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
ref : ${{ github.event.release.tag_name }}
25
25
26
- # Setup Java 11 environment for the next steps
26
+ # Setup Java 17 environment for the next steps
27
27
- name : Setup Java
28
28
uses : actions/setup-java@v3
29
29
with :
30
30
distribution : zulu
31
- java-version : 11
31
+ java-version : 17
32
32
33
33
# Set environment variables
34
34
- name : Export Properties
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginName = CS 61B
6
6
pluginVersion = 2.0.16
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
- pluginSinceBuild = 213
9
+ pluginSinceBuild = 241
10
10
11
11
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
12
12
platformType = IC
You can’t perform that action at this time.
0 commit comments