CategoricalData / CQL

Categorical Query Language IDE
http://categoricaldata.net
299 stars 22 forks source link

Maven and Gradle cleanup and fixes #55

Closed troycald closed 4 years ago

troycald commented 4 years ago

I had to make these changes to get the Maven and Gradle builds to work for me. Changed various dependencies to pull from Maven central rather than the local jars. Gradle build doesn't create a runnable jar, but it is building the Antlr parser. Maven build doesn't create Antlr parser, but the Combinator parser seems to be hard-coded anyhow.

wisnesky commented 4 years ago

thanks!