diff --git a/README.md b/README.md index 9abaaa00..940c821d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=webflow) + # Overview Spring Web Flow facilitates building web applications that require guided navigation -- diff --git a/gradle.properties b/gradle.properties index a6b37753..d3b3952e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ version=3.0.1-SNAPSHOT +org.gradle.caching=true diff --git a/settings.gradle b/settings.gradle index fa48951b..9fde750b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,6 +5,11 @@ pluginManagement { } } +plugins { + id 'com.gradle.enterprise' version '3.14.1' + id 'io.spring.ge.conventions' version '0.0.14' +} + rootProject.name = 'webflow' include 'spring-binding'