Skip to content

Commit f65d7fb

Browse files
Remove profile inclusion
1 parent dbcaf77 commit f65d7fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/java_buildpack/framework/java_cf_env.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def compile
4141
# (see JavaBuildpack::Component::BaseComponent#release)
4242
def release
4343
@droplet.additional_libraries << (@droplet.sandbox + jar_name)
44-
@droplet.environment_variables.add_environment_variable \
45-
'SPRING_PROFILES_INCLUDE', '$SPRING_PROFILES_INCLUDE,cloud'
4644
end
4745

4846
protected

0 commit comments

Comments
 (0)