Example ZK project using gradle
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
- Demo Code - Apache License 2.0
upgrade gradle wrapper version might fail plugin execution.