Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit ec06601

Browse files
author
github-actions
committed
Update java buildpack version to 1.0.1
1 parent 0ac351e commit ec06601

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

buildpacks/java/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

buildpacks/java/buildpack.toml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright 2021-2022 VMware, Inc.
2+
# SPDX-License-Identifier: BSD-2-Clause
3+
#
4+
# DO NOT EDIT!! This file is auto-generated.
5+
6+
api = "0.6"
7+
8+
[buildpack]
9+
id = "kn-fn/java-function"
10+
name = "Java Function Buildpack"
11+
version = "1.0.1"
12+
sbom-formats = ["application/vnd.syft+json"]
13+
14+
[[stacks]]
15+
id = "io.buildpacks.stacks.bionic"
16+
17+
[metadata]
18+
include-files = ["README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml", "VERSION"]
19+
20+
[[metadata.configurations]]
21+
build = true
22+
default = "functions.Handler"
23+
description = "The function to run. It must be in the format of <package>.<class>, if it is in the default package then just <class>"
24+
name = "BP_FUNCTION"
25+
26+
[[metadata.dependencies]]
27+
id = "invoker"
28+
name = "Java Invoker"
29+
version = "0.0.3"
30+
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/java-invoker/v0.0.3/java-function-invoker-0.0.3.jar"
31+
sha256 = "96e37417475e179e0cc396c612c6c73ee7b3d4da59b965078ff1a10f5ca744b5"
32+
stacks = ["io.buildpacks.stacks.bionic"]

0 commit comments

Comments
 (0)