Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 518 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 518 Bytes

ZK Gradle

Example ZK project using gradle

Useful Build Commands

run jetty (using gretty)

./gradlew appRun

run tomcat (using gretty)

./gradlew tomcatRun

run jetty (with jetty-runner - faster startup)

./gradlew startJettyRunner

http://localhost:8080/zk-gradle

run tests

./gradlew test

build war

./gradlew war

License

Notice

upgrade gradle wrapper version might fail plugin execution.