Skip to content

Commit

Permalink
update with 2018.3 version (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored and mplushnikov committed Dec 10, 2018
1 parent 9bb3f6f commit 8244262
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ cache:

env:
- IDEA_VERSION=LATEST-EAP-SNAPSHOT
- IDEA_VERSION=IC-2018.3
- IDEA_VERSION=IC-2018.2.5
- IDEA_VERSION=IC-2018.2
- IDEA_VERSION=IC-2018.1.6
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Expand Up @@ -5,7 +5,8 @@
#ideaVersion=2018.1
#ideaVersion=2018.1.6
#ideaVersion=2018.2
ideaVersion=2018.2.5
#ideaVersion=2018.2.5
ideaVersion=2018.3
#ideaVersion=183.2153.8
#ideaVersion=183.2940.10
#ideaVersion=LATEST-EAP-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion makeRelease.bat
Expand Up @@ -2,7 +2,7 @@

SET pluginVersion=0.23

for %%X in (2018.1 2018.2 183.2153.8) do call :buildPlugin %%X
for %%X in (2018.1 2018.2 2018.3 183.2153.8) do call :buildPlugin %%X
ECHO All Done

echo.&pause&goto:eof
Expand Down

0 comments on commit 8244262

Please sign in to comment.