From b804ebbe5ac7f5a5972260e3b363365b338a84de Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 May 2016 11:35:43 +0100 Subject: [PATCH] Add a description to the REST Assured module --- spring-restdocs-restassured/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-restdocs-restassured/build.gradle b/spring-restdocs-restassured/build.gradle index b5a9f46c..ed8fca51 100644 --- a/spring-restdocs-restassured/build.gradle +++ b/spring-restdocs-restassured/build.gradle @@ -1,3 +1,5 @@ +description = 'Spring REST Docs REST Assured' + boolean isPlatformUsingBootOneFour() { def bootVersion = dependencyManagement.springIoTestRuntime.managedVersions['org.springframework.boot:spring-boot'] bootVersion.startsWith('1.4')