HHH-11346 - Upgrade build scan plugin to 1.3

This commit is contained in:
rhart 2016-12-16 15:55:32 +00:00 committed by Andrea Boriero
parent 3ce94fbb0c
commit 4b45fdf176
1 changed files with 4 additions and 1 deletions

View File

@ -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'
} }