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

@@ -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 {