Closed
Description
Describe the bug
The root of the problem is that boot dash is not able to determine that devtools is a dependency included in the docker image, as a result all the functionality associated with devtools on docker containers is disabled, (E.g. if you start a boot app with devtools on its classpath by drag/drop onto docker target you will see that the context menu on the container will have `Restart devtools client' as disabled. Similarly you will not see a decoration on the image/container that it has devtools. All of this is working just as if there is no devtools present in the image.
The root cause for all of this is here: paketo-buildpacks/java#3 (comment)