In my plugin I am tapping into BuildManagerListener to generate spring banner during build time. In the banner caption I would like to print the JDK version, Maven/Gradle Version and SpringBoot version.
I am able to obtain the SDK type and version but I am not sure how to determine build tool type(Maven/Gradle), version and springboot version.
Currently I am overriding beforeBuildProcessStarted method.