Upgrade to build scan plugin 2.4 (#45426)

This commit is contained in:
Mark Vieira 2019-08-12 09:10:26 -07:00
parent 421e9b8e8b
commit 250544c4eb
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.gradle.plugins.ide.eclipse.model.SourceFolder
import static org.elasticsearch.gradle.tool.Boilerplate.maybeConfigure
plugins {
id 'com.gradle.build-scan' version '2.3'
id 'com.gradle.build-scan' version '2.4'
id 'base'
id 'elasticsearch.global-build-info'
}