Upgrade to Gradle build scan plugin 3.1.1

See gh-24252
This commit is contained in:
Gary Hale 2019-12-23 09:24:43 -05:00 committed by Stephane Nicoll
parent 9c2d146a51
commit 2d779857aa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ plugins {
id 'org.asciidoctor.convert' version '1.5.8'
id 'io.spring.nohttp' version '0.0.4.RELEASE'
id 'de.undercouch.download' version '4.0.0'
id 'com.gradle.build-scan' version '2.4.2'
id 'com.gradle.build-scan' version '3.1.1'
id "com.jfrog.artifactory" version '4.11.0' apply false
id "io.freefair.aspectj" version "4.1.1" apply false
id "com.github.ben-manes.versions" version "0.24.0"