Skip to content

Commit 0e1529e

Browse files
committed
Change lowest supported IntelliJ to 2019.1 and update travis.yml to test with 2019.1, 2019.2, 2019.3 and LATEST-EAP-SNAPSHOT
1 parent 7138c2d commit 0e1529e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*.ipr
1414
*.iws
1515
.idea/
16+
out/
1617

1718
# Gradle
1819
.gradle/

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jdk:
77

88
env:
99
- IDEA_VERSION=LATEST-EAP-SNAPSHOT
10-
- IDEA_VERSION=2019.1.2
11-
- IDEA_VERSION=2018.2.7
12-
- IDEA_VERSION=2018.3.3
10+
- IDEA_VERSION=2019.1
11+
- IDEA_VERSION=2019.2
12+
- IDEA_VERSION=2019.3
1313

1414
#matrix:
1515
# allow_failures:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

5-
ideaVersion = 2018.2
5+
ideaVersion = 2019.1
66
ideaType = IC
77
sources = true
88
isEAP = false

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<vendor url="http://www.mapstruct.org">MapStruct</vendor>
2525

2626
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
27-
<idea-version since-build="182"/>
27+
<idea-version since-build="191"/>
2828

2929
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
3030
on how to target different products -->

0 commit comments

Comments
 (0)