Skip to content

Commit ed0455b

Browse files
committed
[All] Upgrade components to 2020.2 EAP
1 parent aeeb6f3 commit ed0455b

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
include:
2020
- env: IDEA_VERSION="IU-2019.3.4" PHP_PLUGIN_VERSION="193.6911.15" PSI_VIEWER_PLUGIN_VERSION="193-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2019.3" SINCE_BUILD="193" UNTIL_BUILD="193.*"
2121
- env: IDEA_VERSION="IU-2020.1.1" PHP_PLUGIN_VERSION="201.7223.91" PSI_VIEWER_PLUGIN_VERSION="201-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2020.1" SINCE_BUILD="201" UNTIL_BUILD="201.*"
22+
- env: IDEA_VERSION="IU-202.4357.23-EAP-SNAPSHOT" PHP_PLUGIN_VERSION="202.4357.23" PSI_VIEWER_PLUGIN_VERSION="202-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2020.2" SINCE_BUILD="202" UNTIL_BUILD="202.*"
2223

2324
before_install:
2425
- "export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id "org.jetbrains.intellij" version "0.4.18"
15+
id "org.jetbrains.intellij" version "0.4.21"
1616
id "org.jetbrains.grammarkit" version "${grammarKitPluginVersion}"
1717
id 'com.palantir.git-version' version "0.11.0"
1818
}

gradle.properties

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@ isEAP = false
66

77
jFlexRelease = 1.7.0-1
88

9-
grammarKitPluginVersion = 2020.1
10-
ideaVersion = IU-2020.1.1
11-
phpPluginVersion = 201.7223.91
12-
psiViewerPluginVersion = 201-SNAPSHOT
13-
customSinceBuild=201
14-
customUntilBuild=201.*
9+
grammarKitPluginVersion = 2020.2
10+
ideaVersion = IU-202.4357.23-EAP-SNAPSHOT
11+
phpPluginVersion = 202.4357.23
12+
psiViewerPluginVersion = 202-SNAPSHOT
13+
customSinceBuild=202
14+
customUntilBuild=202.*
15+
16+
#grammarKitPluginVersion = 2020.1
17+
#ideaVersion = IU-2020.1.1
18+
#phpPluginVersion = 201.7223.91
19+
#psiViewerPluginVersion = 201-SNAPSHOT
20+
#customSinceBuild=201
21+
#customUntilBuild=201.*
1522

1623
#grammarKitPluginVersion = 2019.3
1724
#ideaVersion = IU-2019.3.4

0 commit comments

Comments
 (0)