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
Write-Error"Could not find the JDK. Either run $PSScriptRoot\eng\scripts\InstallJdk.ps1 to install for this repo, or install the JDK globally on your machine (see $PSScriptRoot\docs\BuildFromSource.md for details)."
357
357
}
358
358
359
-
# We need to change default git hooks directory as .git folder is not tracked. And by default hooks are stored in .git/hooks folder.
360
-
# So we are setting git hooks default directory to .githooks, so that we can track and version the git hooks.
361
-
& git config core.hooksPath .githooks
362
-
363
359
# Initialize global variables need to be set before the import of Arcade is imported
0 commit comments