Skip to content

Commit

Permalink
Remove compatibility with older versions of IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Angelini authored and AmailP committed Apr 23, 2020
1 parent ae2a188 commit fbd736f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jdk:
# "sinceBuild" and "untilBuild" (from build.gradle).

env:
- IDEA_VERSION=IC-2017.3.5
- IDEA_VERSION=IC-183.4284.36
- IDEA_VERSION=IC-192.5728.98
- IDEA_VERSION=IC-2020.1

Expand Down
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ version = gitVersion()
def intellijVersion = System.getenv().getOrDefault("IDEA_VERSION", "IC-2020.1")

def pythonPluginForVersion = [
"IC-2017.3.5": "PythonCore:2017.3.173.4674.59",
"IC-2018.1.6": "PythonCore:2018.1.181.5087.50",
"IC-2018.2.4": "PythonCore:2018.2.182.4505.22",
"IC-183.4284.36": "PythonCore:2018.3.183.4284.36",
"IC-191.6183.87": "PythonCore:2019.1.191.6183.53",
"IC-192.5728.98": "PythonCore:2019.2.192.5728.98",
"IC-2020.1": "PythonCore:201.6668.9",
"IC-193.4778.7-EAP-SNAPSHOT": "PythonCore:193.4778.7",
Expand All @@ -47,7 +42,7 @@ publishPlugin {
}

patchPluginXml {
sinceBuild "173"
sinceBuild "192"
untilBuild "201.*"
}

Expand Down

0 comments on commit fbd736f

Please sign in to comment.