Skip to content

Commit c807a36

Browse files
committed
Polishing
[resolves #755][resolves #768] Signed-off-by: Ben Hale <[email protected]>
1 parent 13834f4 commit c807a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/components.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ containers:
2929
# Example: cf set-env JBP_CONFIG_COMPONENTS '{jres: ["JavaBuildpack::Jre::OpenJdkJRE"]}'
3030
# Please see the documentation for more detail.
3131
jres:
32+
# - "JavaBuildpack::Jre::GraalVmJRE"
3233
# - "JavaBuildpack::Jre::IbmJRE"
3334
- "JavaBuildpack::Jre::OpenJdkJRE"
3435
# - "JavaBuildpack::Jre::OracleJRE"
3536
# - "JavaBuildpack::Jre::ZuluJRE"
3637
# - "JavaBuildpack::Jre::SapMachineJRE"
37-
# - "JavaBuildpack::Jre::GraalVmJRE"
3838

3939
# Frameworks are processed in order.
4040
# The MultiBuildpack framework is first in order to allow any framework to override contributions from earlier buildpacks

config/graal_vm_jre.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2018 the original author or authors.
2+
# Copyright 2013-2020 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)