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')