Skip to content

Commit b0c4bfe

Browse files
author
David O'Sullivan
committed
addresses comments on java-cfenv framework
1 parent ddaa856 commit b0c4bfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/java_cf_env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Configuration for the Spring Auto Reconfiguration framework.
17-
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
18-
# avoid conflicts.
16+
# Configuration for the Java CfEnv framework.
17+
# See https://github.com/pivotal-cf/java-cfenv for library information
18+
1919
---
2020
version: 3.+
2121
repository_root: "{default.repository.root}/java-cfenv"

lib/java_buildpack/framework/java_cf_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def release
4848

4949
# (see JavaBuildpack::Component::VersionedDependencyComponent#supports?)
5050
def supports?
51-
@configuration['enabled'] && spring_boot_3? && !java_cfenv?
51+
@configuration['enabled'] && spring_boot_3? && !java_cfenv?
5252
end
5353

5454
private

0 commit comments

Comments
 (0)