From 62c545d0ed3eec796bd715179147230ba4f33a36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 26 Mar 2020 15:27:06 +0000 Subject: [PATCH] Upgrade to Gradle Build Scan Plugin 3.2 Closes gh-24793 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e90bb78870..71e10e092a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'io.spring.gradle-enterprise-conventions' version '0.0.2' id 'io.spring.nohttp' version '0.0.4.RELEASE' id 'de.undercouch.download' version '4.0.0' - id 'com.gradle.build-scan' version '3.1.1' + id 'com.gradle.build-scan' version '3.2' id "com.jfrog.artifactory" version '4.12.0' apply false id "io.freefair.aspectj" version "4.1.1" apply false id "com.github.ben-manes.versions" version "0.24.0"