Skip to content

Commit

Permalink
Merge pull request #721 from pzygielo/protocol
Browse files Browse the repository at this point in the history
Change protocol used to clone examples
  • Loading branch information
jonbullock authored Nov 19, 2021
2 parents 7030731 + bb4de1d commit 5d1d891
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/application.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ applicationName = "jbake"
def examplesBase = "$project.buildDir/examples"

def exampleRepositories = [
"example_project_freemarker": "git://github.com/jbake-org/jbake-example-project-freemarker.git",
"example_project_groovy" : "git://github.com/jbake-org/jbake-example-project-groovy.git",
"example_project_thymeleaf" : "git://github.com/jbake-org/jbake-example-project-thymeleaf.git",
"example_project_groovy-mte": "git://github.com/jbake-org/jbake-example-project-groovy-mte.git",
"example_project_jade" : "git://github.com/jbake-org/jbake-example-project-jade.git"
"example_project_freemarker": "https://github.com/jbake-org/jbake-example-project-freemarker.git",
"example_project_groovy" : "https://github.com/jbake-org/jbake-example-project-groovy.git",
"example_project_thymeleaf" : "https://github.com/jbake-org/jbake-example-project-thymeleaf.git",
"example_project_groovy-mte": "https://github.com/jbake-org/jbake-example-project-groovy-mte.git",
"example_project_jade" : "https://github.com/jbake-org/jbake-example-project-jade.git"
]

//create clone and Zip Task for each repository
Expand Down

0 comments on commit 5d1d891

Please sign in to comment.