Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateSubModules (0.36 sec)

  1. platforms/software/version-control/src/main/java/org/gradle/vcs/git/internal/GitVersionControlSystem.java

                updateSubModules(git);
            } catch (IOException | JGitInternalException | GitAPIException e) {
                throw wrapGitCommandException("reset", gitSpec.getUrl(), workingDir, e);
            } finally {
                if (git != null) {
                    git.close();
                }
            }
        }
    
        private static void updateSubModules(Git git) throws IOException, GitAPIException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 14:54:52 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top