Skip to content

zkoss-demo/zk-gradle

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages