From 301b5387ff936712709e5093f3179f683c44df22 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 3 Apr 2017 20:52:07 -0600 Subject: [PATCH] Adds missing files --- _config.yml | 2 +- _includes/build.gradle | 17 +++++++++++++++++ _includes/custom.js | 1 + _includes/pom.xml | 17 +++++++++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 _includes/build.gradle create mode 100644 _includes/custom.js create mode 100644 _includes/pom.xml diff --git a/_config.yml b/_config.yml index eda856ee..90365810 100644 --- a/_config.yml +++ b/_config.yml @@ -39,5 +39,5 @@ custom_gradle_template: false ### The following properties are constant for most projects main_site_url: https://spring.io -projects_site_url: https://cloud.spring.io +projects_site_url: https://projects.spring.io questions_url: https://spring.io/questions diff --git a/_includes/build.gradle b/_includes/build.gradle new file mode 100644 index 00000000..e63b17e9 --- /dev/null +++ b/_includes/build.gradle @@ -0,0 +1,17 @@ +buildscript { + dependencies { + classpath "io.spring.gradle:dependency-management-plugin:0.5.2.RELEASE" + } +} + +apply plugin: "io.spring.dependency-management" + +dependencyManagement { + imports { + mavenBom '{@= groupId @}:spring-cloud-commons-dependencies:{@= version @}' + } +} + +dependencies { + compile '{@= groupId @}:spring-cloud-starter' +} diff --git a/_includes/custom.js b/_includes/custom.js new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/_includes/custom.js @@ -0,0 +1 @@ + diff --git a/_includes/pom.xml b/_includes/pom.xml new file mode 100644 index 00000000..7bd529e8 --- /dev/null +++ b/_includes/pom.xml @@ -0,0 +1,17 @@ + + + + {@= groupId @} + spring-cloud-commons-dependencies + {@= version @} + pom + import + + + + + + {@= groupId @} + spring-cloud-starter + +