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
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
The
initialize_gradle_project
function inutils.sh
fails when the current Gradle version is a patch version (x.y.z):The problem is that
bc
can't compare semver version numbers. Consider using another tool or truncating the version before comparison.The text was updated successfully, but these errors were encountered: