We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fe72c commit 8214a28Copy full SHA for 8214a28
builder/builder.toml
@@ -1,14 +1,14 @@
1
# Buildpacks to include in builder
2
[[buildpacks]]
3
id = "spring-boot/spring-boot-test-info"
4
-version = "0.0.2"
+version = "0.0.3"
5
uri = "../buildpacks/test-info"
6
7
# Order used for detection
8
[[order]]
9
[[order.group]]
10
11
12
13
# Base images used to create the builder
14
[build]
buildpacks/test-info/buildpack.toml
@@ -4,7 +4,7 @@ api = "0.10"
# Buildpack ID and metadata
[buildpack]
name = "Spring Boot Test Info Buildpack"
homepage = "https://github.com/spring-projects/spring-boot"
0 commit comments