Heroku Buildpack Gradle Save

Heroku's buildpack for Gradle applications.

Project README

Heroku buildpack: Gradle CI

This is a Heroku buildpack for Gradle apps. It uses Gradle to build your application and OpenJDK to run it.

Usage

  1. Install the Gradle Wrapper into your project.
    • This allows control over the Gradle version and exact distribution to be used.
  2. Specify the Java version to be used as per these instructions.
  3. If you are not using Spring Boot or Ratpack, then follow the instructions for configuring your build.

You do not need to explicitly declare that your project should use this buildpack. The presence of a gradlew script in the root of your project will allow the fact that your app is built with Gradle to detected.

The bin directory of the installed JDK is placed on the PATH for process execution (i.e. the java command is available to start the app).

Open Source Agenda is not affiliated with "Heroku Buildpack Gradle" Project. README Source: heroku/heroku-buildpack-gradle
Stars
62
Open Issues
3
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating