Skip to content

Commit

Permalink
Skeleton parameter is not mandatory anymore Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed May 9, 2017
1 parent 81d70d5 commit 00bd7e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 = '2017.1'
version = '2017.1.1'
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
Expand Up @@ -10,7 +10,6 @@ class GenerateLexer extends BaseTask {
def targetClass
@Input
def source
@Input
def skeleton

GenerateLexer() {
Expand Down

0 comments on commit 00bd7e4

Please sign in to comment.