Skip to content

Commit 6b7abd6

Browse files
committed
updated jdk and build number
1 parent 70f9390 commit 6b7abd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- name: Gradle Wrapper Validation
4949
uses: gradle/[email protected]
5050

51-
# Setup Java 11 environment for the next steps
51+
# Setup Java 17 environment for the next steps
5252
- name: Setup Java
5353
uses: actions/setup-java@v3
5454
with:
5555
distribution: zulu
56-
java-version: 11
56+
java-version: 17
5757

5858
# Set environment variables
5959
- name: Export Properties

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
ref: ${{ github.event.release.tag_name }}
2525

26-
# Setup Java 11 environment for the next steps
26+
# Setup Java 17 environment for the next steps
2727
- name: Setup Java
2828
uses: actions/setup-java@v3
2929
with:
3030
distribution: zulu
31-
java-version: 11
31+
java-version: 17
3232

3333
# Set environment variables
3434
- name: Export Properties

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginName = CS 61B
66
pluginVersion = 2.0.16
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild = 213
9+
pluginSinceBuild = 241
1010

1111
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
1212
platformType = IC

0 commit comments

Comments
 (0)