HHH-11346 - Upgrade build scan plugin to 1.3
This commit is contained in:
parent
3ce94fbb0c
commit
4b45fdf176
|
@ -32,7 +32,8 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.gradle.build-scan' version '1.1.1'
|
id 'com.gradle.build-scan' version '1.3'
|
||||||
|
id 'me.champeau.buildscan-recipes' version '0.1.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
@ -433,6 +434,8 @@ task wrapper(type: Wrapper) {
|
||||||
buildScan {
|
buildScan {
|
||||||
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
|
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
|
||||||
licenseAgree = 'yes'
|
licenseAgree = 'yes'
|
||||||
|
|
||||||
|
recipe 'git-commit', baseUrl: 'https://github.com/hibernate/hibernate-orm/tree'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue