Skip to content

Commit

Permalink
Removed 223 build
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlova committed Nov 6, 2024
1 parent d74eec4 commit 2dde0d1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 88 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:

strategy:
matrix:
product: [ "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
product: [ "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
include:
- product: "IC-223"
java: "17"
distribution: "temurin"
- product: "IC-231"
java: "17"
distribution: "temurin"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:

strategy:
matrix:
product: [ "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
product: [ "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
include:
- product: "IC-223"
java: "17"
distribution: "temurin"
- product: "IC-231"
java: "17"
distribution: "temurin"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:

strategy:
matrix:
product: [ "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
product: [ "IC-231", "IC-232", "IC-233", "IC-241", "IC-242", "IC-243" ]
include:
- product: "IC-223"
java: "17"
distribution: "temurin"
- product: "IC-231"
java: "17"
distribution: "temurin"
Expand Down
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ data class PluginDescriptor(
// and 'until' we can use a wildcard eg 213.*

val descriptors = listOf(
PluginDescriptor(
since = "223.4884.69", // this version is 2022.3
until = "223.*",
sdkVersion = "2022.3",
sourceFolder = "IC-223",
useInstaller = true,
),
PluginDescriptor(
since = "231.8109.163", // this version is 2023.1 release
until = "231.*",
Expand Down
33 changes: 0 additions & 33 deletions src/IC-223/kotlin/io/kotest/plugin/intellij/files.kt

This file was deleted.

36 changes: 0 additions & 36 deletions src/IC-223/kotlin/io/kotest/plugin/intellij/psi/superClasses.kt

This file was deleted.

0 comments on commit 2dde0d1

Please sign in to comment.