heroku / heroku-jenkins-plugin

DEPRECATED: A plugin for interacting with Heroku during Jenkins builds
45 stars 9 forks source link

JDK version #16

Open jordiferm opened 9 years ago

jordiferm commented 9 years ago

How can I specify system.properties file ? I need it to specify JDK 1.8 version.

Thanks.

jkutner commented 9 years ago

This plugin is no longer under active development (in part because configuring things like JDK version became untenable). The recommended alternative is the Heroku Maven Plugin or the Heroku sbt Plugin (depending on what build tool you are using). The Heroku DevCenter has an article that describes using the sbt plugin with Jenkins, but the approach for the Maven plugin is similar in principle.