Skip to content

Commit

Permalink
Restore hostability (#3816)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 15, 2024
1 parent 90b5ef3 commit 03b8f07
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -249,9 +249,6 @@ private static void setupRepository(GHRepository r, boolean useGHIssues) throws
r.enableIssueTracker(useGHIssues);
r.enableWiki(false);
r.setHomepage("https://plugins.jenkins.io/" + r.getName().replace("-plugin", "") + "/");
if (!r.getDefaultBranch().equals("main")) {
r.setDefaultBranch("main");
}
}

/**
Expand Down

0 comments on commit 03b8f07

Please sign in to comment.