mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 15:29:11 +00:00
HHH-13685 Upgrade to build-scan plugin 2.4.2
This commit is contained in:
parent
87d54abbc2
commit
d9d44d10d4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user