piezo
piezo copied to clipboard
Support for standard java tools (gradle, maven)
The documentation says that piezo needs sbt. I'm not familiar with Scala and since Quartz is a Java project I think it would make sense to add the support to be able to use piezo with Java tools. Is there a chance for that?
The piezo-worker JAR is published to maven-central (https://search.maven.org/#artifactdetails%7Ccom.lucidchart%7Cpiezo-worker_2.11%7C1.36%7Cjar). I'm not very familiar with maven or groovy, but is there a problem with just adding a dependency on that jar to your project?
The docs says that I need sbt to run the worker: sbt worker/run. Do you have some more documentation on how to use piezo?
Try the part that says to run this command
java -Dorg.quartz.properties=<path to quartz properties> -Dpidfile.path=<path to pid file> -cp <classpath> com.lucidchart.piezo.Worker