test for keywords db performance
This commit is contained in:
17
pdb-keyword-db/build.gradle
Normal file
17
pdb-keyword-db/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
apply plugin: 'antlr'
|
||||
|
||||
dependencies {
|
||||
compile 'org.apache.commons:commons-collections4:4.1'
|
||||
runtime "org.antlr:antlr4:4.5.3"
|
||||
antlr "org.antlr:antlr4:4.5.3" // use ANTLR version 4
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
generated{
|
||||
java.srcDir "build/generated-src/antlr/main"
|
||||
}
|
||||
}
|
||||
compileJava{
|
||||
source += sourceSets.generated.java
|
||||
}
|
||||
Reference in New Issue
Block a user