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 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---
2020version : 3.+
2121repository_root : " {default.repository.root}/java-cfenv"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments