This repository was archived by the owner on Mar 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ before_install:
20
20
- " export ORG_GRADLE_PROJECT_bladePluginVersion=${BLADE_PLUGIN_VERSION}"
21
21
22
22
env :
23
+ - IDEA_VERSION="IU-182.3208.16" PHP_PLUGIN_VERSION="182.3208.33" BLADE_PLUGIN_VERSION="182.2949.27"
23
24
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
24
25
- IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
25
26
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ intellij {
29
29
30
30
patchPluginXml {
31
31
sinceBuild ' 173'
32
- untilBuild ' 181.*'
33
32
}
34
33
}
35
34
Original file line number Diff line number Diff line change 1
- ideaVersion = IU-2018.1
2
- phpPluginVersion = 181.4203.565
3
- bladePluginVersion = 181.4203.565
1
+ ideaVersion = IU-182.3208.16
2
+ phpPluginVersion = 182.3208.33
3
+ bladePluginVersion = 182.2949.27
4
+
5
+ # ideaVersion = IU-2018.1
6
+ # phpPluginVersion = 181.4203.565
7
+ # bladePluginVersion = 181.4203.565
8
+
4
9
# ideaVersion = IU-2017.3.5
5
10
# phpPluginVersion = 173.4301.34
6
11
# bladePluginVersion = 173.4127.29
You can’t perform that action at this time.
0 commit comments