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
The Maven would be available soon, we must ask Sonatype to move our com.symplegit from old s01.oss.sonatype.org to Maven Central in order to build (administrative problem; we don't have any power to go fast on that).
final Git sympleGit = SympleGit.custom()
.setDirectory(repoDirectoryPath)
.setGitExecutable("/usr/local/bin/git") // Specify the full path to the Git executable
.build();
Runtime.getRuntime().exec("git");
this won't make it in linux, and this is too strictly validated in
basicParamsCheks
typical resultions are with "/bin/sh -c" or allowing "/usr/bin/git"
The text was updated successfully, but these errors were encountered: