added antlr comparison test
This commit is contained in:
@@ -24,10 +24,14 @@ libraryDependencies += "org.projectlombok" % "lombok" % "1.18.2"
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
|
||||
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.6" % "test"
|
||||
|
||||
libraryDependencies += "org.antlr" % "antlr4" % "4.7.1" % "compile"
|
||||
libraryDependencies += "org.antlr" % "antlr4" % "4.7.1" % "test"
|
||||
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.7.1" % "test"
|
||||
libraryDependencies += "org.tukaani" % "xz" % "1.8" % "test"
|
||||
|
||||
artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
|
||||
artifact.name + "-" + module.revision + "." + artifact.extension
|
||||
}
|
||||
|
||||
enablePlugins(Antlr4Plugin)
|
||||
antlr4Version in Antlr4 := "4.7.1"
|
||||
antlr4PackageName in Antlr4 := Some("org.oggio88.worth.antlr")
|
Reference in New Issue
Block a user