Updated yml config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user