Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-09-02 12:02:35 +02:00
parent 70013138e1
commit 4d401df5c3
5 changed files with 113 additions and 67 deletions

View File

@@ -100,6 +100,17 @@
</snapshots>
</repository>
</repositories>
<!-- Unnecessary if you're using Spring Cloud Stub Runner only -->
<pluginRepositories>
<repository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</pluginRepositories>
{% endhighlight %}
</script>
@@ -123,6 +134,16 @@ 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 {
maven {
url '{@= repository.url @}'
}
}
}
repositories {
maven {
url '{@= repository.url @}'