Skip to content
Snippets Groups Projects
Commit b39631e0 authored by Johannes Mey's avatar Johannes Mey
Browse files

some reordering in build file

parent 7776f592
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ sourceSets {
main.java.srcDirs += "src/gen/java"
}
apply plugin: 'idea'
apply plugin: 'org.jetbrains.grammarkit'
idea {
module {
generatedSourceDirs += file('src/gen/java')
......@@ -31,8 +34,6 @@ intellij {
version = "2020.2.4"
}
apply plugin: 'idea'
apply plugin: 'org.jetbrains.grammarkit'
import org.jetbrains.grammarkit.tasks.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment