You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume we have a project with a structure like in this Gradle example where we have a buildSrc folder which contains a Libraries class defining common dependencies that can be used in several subprojects. In the subprojects, we would declare those dependencies as follows:
Assume we have a project with a structure like in this Gradle example where we have a
buildSrc
folder which contains aLibraries
class defining common dependencies that can be used in several subprojects. In the subprojects, we would declare those dependencies as follows:Then Habitat would not detect springboot as app type.
This is because Habitat is using a string search of
"^[^/].*org.springframework.boot:spring-boot"
in thebuild.gradle
file: https://github.com/habitat-sh/core-plans/blob/master/scaffolding-gradle/lib/scaffolding.sh#L342The text was updated successfully, but these errors were encountered: