Skip to content

Commit

Permalink
Edward - updating to the latest verison of IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
arkangelofkaos authored and jheister committed May 9, 2018
1 parent 1cfa249 commit 50b72f9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
plugins {
id "org.jetbrains.intellij" version "0.2.15"
id "org.jetbrains.intellij" version "0.2.17"
}

version = System.getenv("TRAVIS_TAG")

intellij {
version '2017.1.3'
}

patchPluginXml {
untilBuild '172.*'
}
version '2017.3'
}

0 comments on commit 50b72f9

Please sign in to comment.