Skip to content

Commit

Permalink
Merge pull request #82 from cedricziel/2018-2-eap
Browse files Browse the repository at this point in the history
Add 2018.2 EAP platform build
  • Loading branch information
cedricziel committed Oct 17, 2018
2 parents 02d881e + 4749eda commit 6620844
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,2 +1,4 @@
out/
/.idea
/.idea
/.gradle
/build
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ before_install:
- "export ORG_GRADLE_PROJECT_twigPluginVersion=${TWIG_PLUGIN_VERSION}"

env:
- IDEA_VERSION="IU-182.2949.4" PHP_PLUGIN_VERSION="182.2949.27" TWIG_PLUGIN_VERSION="182.2757.22"
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" TWIG_PLUGIN_VERSION="181.3741.23"
- IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" TWIG_PLUGIN_VERSION="173.4301.7"

Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id "org.jetbrains.intellij" version "0.2.18"
id "org.jetbrains.intellij" version "0.3.3"
}

apply plugin: 'idea'
Expand All @@ -23,7 +23,6 @@ intellij {

patchPluginXml {
sinceBuild '173'
untilBuild '181.*'
}
}

Expand Down
10 changes: 7 additions & 3 deletions gradle.properties
@@ -1,3 +1,7 @@
ideaVersion = IU-2018.1
phpPluginVersion = 181.4203.565
twigPluginVersion = 181.3741.23
ideaVersion = IU-182.2949.4
phpPluginVersion = 182.2949.27
twigPluginVersion = 182.2757.22

#ideaVersion = IU-2018.1
#phpPluginVersion = 181.4203.565
#twigPluginVersion = 181.3741.23

0 comments on commit 6620844

Please sign in to comment.