Skip to content

Commit

Permalink
Removed IC-242 from build
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jun 2, 2024
1 parent 1d983e4 commit 25d3d6e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242" ]
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241" ]
include:
- product: "IC-211"
java: "11"
Expand Down Expand Up @@ -46,9 +46,9 @@ jobs:
- product: "IC-241"
java: "17"
distribution: "temurin"
- product: "IC-242"
java: "17"
distribution: "temurin"
# - product: "IC-242"
# java: "17"
# distribution: "temurin"
max-parallel: 10
fail-fast: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242" ]
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241" ]
include:
- product: "IC-211"
java: "11"
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
- product: "IC-241"
java: "17"
distribution: "temurin"
- product: "IC-242"
java: "17"
distribution: "temurin"
# - product: "IC-242"
# java: "17"
# distribution: "temurin"
max-parallel: 10
fail-fast: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241", "IC-242" ]
product: [ "IC-211", "IC-212", "IC-213", "IC-221", "IC-222", "IC-223", "IC-231", "IC-232", "IC-233", "IC-241" ]
include:
- product: "IC-211"
java: "11"
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
- product: "IC-241"
java: "17"
distribution: "temurin"
- product: "IC-242"
java: "17"
distribution: "temurin"
# - product: "IC-242"
# java: "17"
# distribution: "temurin"
max-parallel: 1

runs-on: ubuntu-latest
Expand Down
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ val plugins = listOf(
),
PluginDescriptor(
since = "241.15989.150", // this version is 2024.1
until = "241.*",
until = "242.*",
intellijVersion = "2024.1.1",
sourceFolder = "IC-241",
),
PluginDescriptor(
since = "242.12881.66", // this version is 2024.2
until = "243.*",
intellijVersion = "242.12881.66",
sourceFolder = "IC-242",
),
// PluginDescriptor(
// since = "242.12881.66", // this version is 2024.2
// until = "243.*",
// intellijVersion = "242.12881.66",
// sourceFolder = "IC-242",
// ),
)

val productName = System.getenv("PRODUCT_NAME") ?: "IC-241"
Expand Down

0 comments on commit 25d3d6e

Please sign in to comment.