From 15f9bec14d99e7131a2daa5fceee83af6bf40ef5 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Mon, 6 Nov 2017 17:28:33 -0600 Subject: [PATCH] Revert propdeps-plugin to 0.0.7 for Java 7 compatibility. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 44beddf..0796da6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { maven { url 'https://repo.spring.io/plugins-release' } } dependencies { - classpath 'io.spring.gradle:propdeps-plugin:0.0.9.RELEASE' + classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE' classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.3' }