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
Don't assume repo tree is in a valid Git respository (#4503)
```
org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: [...]
at org.eclipse.jgit.lib.BaseRepositoryBuilder.build(BaseRepositoryBuilder.java:627)
at org.eclipse.jgit.api.Git.open(Git.java:93)
at org.eclipse.jgit.api.Git.open(Git.java:73)
at software.aws.toolkits.gradle.BuildScriptUtilsKt.buildMetadata(BuildScriptUtils.kt:47)
at Toolkit_patch_plugin_xml_conventions_gradle.<init>(toolkit-patch-plugin-xml-conventions.gradle.kts:29)
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
```
0 commit comments