Skip to content

Commit

Permalink
2018.1.2: Grammar-Kit 2017.1.3 is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 30, 2018
1 parent c285481 commit 34314e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
maven { url 'https://jitpack.io'}
}
dependencies{
classpath "com.github.JetBrains:gradle-grammar-kit-plugin:2018.1.1"
classpath "com.github.JetBrains:gradle-grammar-kit-plugin:2018.1.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile localGroovy()
}

version = '2018.1'
version = '2018.1.2'
group = 'org.jetbrains.intellij.plugins'
description = "This plugin allows you to generate lexers using JetBrains patched JFLex and parsers using Grammar-Kit."

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.jetbrains.grammarkit

class GrammarKitPluginExtension {
def grammarKitRelease = '2017.1.2'
def grammarKitRelease = '2017.1.3'
def jflexRelease = '1.7.0-1'
}

0 comments on commit 34314e6

Please sign in to comment.