File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
882019.3
99
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121}
2222
2323plugins {
24- id ' org.jetbrains.intellij' version " 0.4.14 "
24+ id ' org.jetbrains.intellij' version " 0.4.19 "
2525}
2626
2727version = " ${ version} "
Original file line number Diff line number Diff line change 1919# https://www.jetbrains.com/intellij-repository/snapshots
2020
2121version =2020.1-SNAPSHOT
22- ideaVersion =201-EAP-SNAPSHOT
22+ ideaVersion =2020.1.1
2323javaVersion =1.8
2424
2525artifactsPath =build/artifacts
Original file line number Diff line number Diff line change 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 ]]>
You can’t perform that action at this time.
0 commit comments