diff --git a/.travis.yml b/.travis.yml index bdcb0cee8..414ec752d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/gradle.properties b/gradle.properties index ebffba048..5e26b4561 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/makeRelease.bat b/makeRelease.bat index 7b6543b6a..0a3742cd8 100644 --- a/makeRelease.bat +++ b/makeRelease.bat @@ -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