Skip to content

Commit 25aeee7

Browse files
Merge pull request #10214 from microsoft/hanli/fix-next-version
Fix intellij platform version for endgame.next
2 parents e4764b8 + 9da5983 commit 25aeee7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginVersion=3.95.0
22
intellijDisplayVersion=2024.3
3-
intellij_version=IU-243.20847.40
4-
platformVersion=243.20847.40
3+
intellij_version=IU-2024.3
4+
platformVersion=2024.3
55
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
66
pluginSinceBuild=243
77
pluginUntilBuild=243.*

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARTIFACTS_DIR=artifacts
22
INJECT_INTELLIJ_VERSION=true
3-
IJ_VERSION_MAJOR_BUILD=243.19420.21
4-
IJ_VERSION_MAJOR=243-EAP-SNAPSHOT
3+
IJ_VERSION_MAJOR_BUILD=243.21565.193
4+
IJ_VERSION_MAJOR=2024.3
55
IJ_VERSION_MINOR=
66
IJ_SCALA_VERSION_LATEST=2024.3.8
77
skipCheckstyle=true

0 commit comments

Comments
 (0)