WeTrustPlatform / heroku-buildpack-jetty-standalone

Heroku buildpack to run jetty standalone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Buildpack Jetty Standalone

Using with Gradle buildpack

You can use the standard Heroku Gradle buildpack to compile your WAR file, and then have Jetty run it:

$ heroku buildpacks:clear
$ heroku buildpacks:add heroku/gradle
$ heroku buildpacks:add https://github.com/WeTrustPlatform/heroku-buildpack-jetty-standalone.git

About

Heroku buildpack to run jetty standalone

License:MIT License


Languages

Language:Shell 100.0%