Skip to content

Commit

Permalink
Merge pull request #47 from heroku/malax/metadata
Browse files Browse the repository at this point in the history
Add buildpack metadata
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 6879083 + 9843c3a commit 6f55075
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ id = "heroku/jvm-function-invoker"
version = "0.2.3"
name = "JVM Function Invoker"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
keywords = ["java", "function"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down
4 changes: 4 additions & 0 deletions buildpacks/jvm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ api = "0.4"
id = "heroku/jvm"
version = "0.1.4"
name = "JVM"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing a JVM."
keywords = ["java", "jvm", "jdk", "openjdk"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down
4 changes: 4 additions & 0 deletions buildpacks/maven/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ id = "heroku/maven"
version = "0.2.2"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Maven applications."
keywords = ["java", "maven", "mvn"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down
3 changes: 3 additions & 0 deletions meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ api = "0.4"
id = "heroku/java-function"
version = "0.3.3"
name = "Java Function"
homepage = "https://github.com/heroku/buildpacks-jvm"
keywords = ["java", "function"]
licenses = ["MIT"]

[[order]]

Expand Down
4 changes: 4 additions & 0 deletions meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ api = "0.4"
id = "heroku/java"
version = "0.3.3"
name = "Java"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Java applications."
keywords = ["java"]
licenses = ["MIT"]

[[order]]

Expand Down
4 changes: 4 additions & 0 deletions shimmed-buildpacks/clojure/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ api = "0.4"
id = "heroku/clojure"
version = "0.0.86"
name = "Clojure"
homepage = "https://github.com/heroku/heroku-buildpack-clojure"
description = "Official Heroku buildpack for Clojure applications. It uses Leiningen for building."
keywords = ["clojure", "leiningen"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down
4 changes: 4 additions & 0 deletions shimmed-buildpacks/gradle/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ api = "0.4"
id = "heroku/gradle"
version = "0.0.34"
name = "Gradle"
homepage = "https://github.com/heroku/heroku-buildpack-gradle"
description = "Official Heroku buildpack for Gradle applications."
keywords = ["java", "gradle"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down
4 changes: 4 additions & 0 deletions shimmed-buildpacks/scala/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ api = "0.4"
id = "heroku/scala"
version = "0.0.88"
name = "Scala"
homepage = "https://github.com/heroku/heroku-buildpack-scala"
description = "Official Heroku buildpack for Scala applications. It uses sbt for building."
keywords = ["scala", "sbt"]
licenses = ["MIT"]

[[stacks]]
id = "heroku-18"
Expand Down

0 comments on commit 6f55075

Please sign in to comment.