Skip to content

Commit 3cda995

Browse files
committed
build: advance versions
1 parent ecf459b commit 3cda995

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Generator: fix an endless cycle on cyclic inheritance (#234)
44
* Generator: skip sections for string-matched tokens (#231)
55
* GPUB: fix pinned upper rules error reporting
6-
* Compatibility: IntelliJ IDEA 2020.1 EAP
6+
* Compatibility: IntelliJ IDEA 2020.1
77

88
2019.3
99

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
plugins {
24-
id 'org.jetbrains.intellij' version "0.4.14"
24+
id 'org.jetbrains.intellij' version "0.4.19"
2525
}
2626

2727
version = "${version}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# https://www.jetbrains.com/intellij-repository/snapshots
2020

2121
version=2020.1-SNAPSHOT
22-
ideaVersion=201-EAP-SNAPSHOT
22+
ideaVersion=2020.1.1
2323
javaVersion=1.8
2424

2525
artifactsPath=build/artifacts

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li>Generator: fix an endless cycle on cyclic inheritance (#234)</li>
1818
<li>Generator: skip sections for string-matched tokens (#231)</li>
1919
<li>GPUB: fix pinned upper rules error reporting</li>
20-
<li>Compatibility: IntelliJ IDEA 2020.1 EAP</li>
20+
<li>Compatibility: IntelliJ IDEA 2020.1</li>
2121
</ul>
2222
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
2323
]]>

0 commit comments

Comments
 (0)