File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ 2019.1
2
+
3
+ * Generator: "extraRoot" attribute to explicitly mark a rule as such
4
+ * Generator: method mixins with throws list
5
+ * Generator: method mixins with generic parameters
6
+ * RGH: cardinality calculation fix for meta rules usages
7
+ * Plugin: switch to year-based versions from least "compatible IDE" versions
8
+
1
9
2017.1.7
2
10
3
11
* GPUB: extract extend_marker_impl and improve error elements handling
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
23
23
plugins {
24
- id ' org.jetbrains.intellij' version " 0.3.4 "
24
+ id ' org.jetbrains.intellij' version " 0.4.7 "
25
25
}
26
26
27
27
version = " ${ version} "
Original file line number Diff line number Diff line change 18
18
# https://www.jetbrains.com/intellij-repository/releases
19
19
# https://www.jetbrains.com/intellij-repository/snapshots
20
20
21
- version =2017.1.8 -SNAPSHOT
21
+ version =2019.2 -SNAPSHOT
22
22
23
23
ideaVersion =2017.1
24
24
javaVersion =1.8
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-all .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.3.1-bin .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >2017.1.8 -SNAPSHOT</version >
3
+ <version >2019.2 -SNAPSHOT</version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
5
<idea-version since-build =" 171" />
6
6
14
14
<change-notes >
15
15
<![CDATA[
16
16
<ul>
17
- <li></li>
17
+ <li>Generator: "extraRoot" attribute to explicitly mark a rule as such</li>
18
+ <li>Generator: method mixins with throws list</li>
19
+ <li>Generator: method mixins with generic parameters</li>
20
+ <li>RGH: cardinality calculation fix for meta rules usages</li>
21
+ <li>Plugin: switch to year-based versions from least "compatible IDE" versions</li>
18
22
</ul>
19
23
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
20
24
]]>
You can’t perform that action at this time.
0 commit comments