Ensure that generated poms contain <name> and <description>

This commit is contained in:
Andy Wilkinson
2015-10-07 11:48:09 +01:00
parent 6debc593e5
commit cfcc43c482
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
description = 'Spring REST Docs Core'
configurations {
jarjar
jmustache

View File

@@ -1,3 +1,5 @@
description = 'Spring REST Docs MockMvc'
dependencies {
compile 'org.springframework:spring-test'
compile project(':spring-restdocs-core')