File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/java_buildpack/framework Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
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
+
19
19
---
20
20
version : 3.+
21
21
repository_root : " {default.repository.root}/java-cfenv"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def release
48
48
49
49
# (see JavaBuildpack::Component::VersionedDependencyComponent#supports?)
50
50
def supports?
51
- @configuration [ 'enabled' ] && spring_boot_3? && !java_cfenv?
51
+ @configuration [ 'enabled' ] && spring_boot_3? && !java_cfenv?
52
52
end
53
53
54
54
private
You can’t perform that action at this time.
0 commit comments