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
This script always assumes that a build's output directory is build and uses the gradle script instead of the gradlew script. By not using gradlew, the image forces the build to a particular Gradle version instead of using the version that the project itself is declaring should be used. In addition a particular build may have changed the $buildDir property, in which case the build directory won't exist and output will be elsewhere.