HHH-13685 Upgrade to build-scan plugin 2.4.2

This commit is contained in:
Yoann Rodière 2019-10-21 18:53:36 +02:00 committed by gbadner
parent 87d54abbc2
commit d9d44d10d4

View File

@ -22,7 +22,7 @@ buildscript {
} }
plugins { plugins {
id 'com.gradle.build-scan' version '1.16' id 'com.gradle.build-scan' version '2.4.2'
id 'me.champeau.buildscan-recipes' version '0.2.3' id 'me.champeau.buildscan-recipes' version '0.2.3'
id 'org.hibernate.build.xjc' version '2.0.1' apply false id 'org.hibernate.build.xjc' version '2.0.1' apply false
} }
@ -91,8 +91,8 @@ wrapper {
buildScan { buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service' termsOfServiceUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes' termsOfServiceAgree = 'yes'
} }
buildScanRecipes { buildScanRecipes {