-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or requestpr-welcomeExtra attention is neededExtra attention is needed
Description
To add GitLab support, you'll need to add a method to BlowdryerSetup similar to the github method:
blowdryer/src/main/java/com/diffplug/blowdryer/BlowdryerSetup.java
Lines 56 to 62 in d116192
| /** Sets the source where we will grab these scripts. */ | |
| public void github(String repoOrg, GitAnchorType anchorType, String anchor) { | |
| assertNoLeadingOrTrailingSlash(repoOrg); | |
| assertNoLeadingOrTrailingSlash(anchor); | |
| String root = "https://raw.githubusercontent.com/" + repoOrg + "/" + anchor + "/" + repoSubfolder + "/"; | |
| Blowdryer.setResourcePlugin(resource -> root + resource); | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpr-welcomeExtra attention is neededExtra attention is needed