Updated yml config

This commit is contained in:
Marcin Grzejszczak
2016-09-02 12:22:36 +02:00
parent 2c3c6401bd
commit e542298efe
2 changed files with 6 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ github_repo_url: http://github.com/spring-cloud/spring-cloud-contract
forum: http://stackoverflow.com/questions/tagged/spring-cloud
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false
custom_pom_template: true
custom_gradle_template: true
### The following properties are constant for most projects

View File

@@ -90,6 +90,8 @@
<script type="text/html" id="project-repository-maven-widget-template">
{% highlight xml %}
<repositories>
<repository>
<id>{@= repository.id @}</id>
@@ -100,6 +102,7 @@
</snapshots>
</repository>
</repositories>
<!-- Unnecessary if you're using Spring Cloud Stub Runner only -->
<pluginRepositories>
<repository>
@@ -135,6 +138,7 @@ dependencies {
<script type="text/html" id="project-repository-gradle-widget-template">
{% highlight groovy %}
// Unnecessary if you're using Spring Cloud Stub Runner only
buildscript {
repositories {