Add the .tokens files to the binary jar

This commit is contained in:
Ben Gruver 2016-02-14 02:04:51 -08:00
parent 0be7264eb3
commit 1b00e0a155

View File

@ -52,6 +52,15 @@ configurations {
compile.exclude group: 'de.jflex', module: 'jflex'
}
sourceSets {
main {
resources {
// This adds the generated .tokens files to the jar
srcDir 'build/generated-src/antlr/main'
}
}
}
idea {
module {
excludeDirs -= buildDir