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
If user does not provide any build specifications in builder.yaml Builder should use the default "assumed language" build command
If a buildcmd is provided Builder should use it as the build command
If a buildfile is provided without a buildcmd Builder should use the build file with the default build command
If a buildfile and a buildcmd is provided Builder should use the build command given
If a buildtool (where user is specifying make, gradle, maven, etc.) is provided, Builder should use the build steps defined for the specified tool (i.e. if "maven" or "mvn" is provided as the build tool, Builder should run the command mvn clean install)
The text was updated successfully, but these errors were encountered:
buildcmd
is provided Builder should use it as the build commandbuildfile
is provided without abuildcmd
Builder should use the build file with the default build commandbuildfile
and abuildcmd
is provided Builder should use the build command givenbuildtool
(where user is specifying make, gradle, maven, etc.) is provided, Builder should use the build steps defined for the specified tool (i.e. if "maven" or "mvn" is provided as the build tool, Builder should run the commandmvn clean install
)The text was updated successfully, but these errors were encountered: