diff --git a/build.gradle b/build.gradle index f8832aaa8f..6e7f479bb1 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,6 @@ buildscript { } plugins { - id 'com.gradle.build-scan' version '2.4.2' id 'me.champeau.buildscan-recipes' version '0.2.3' id 'org.hibernate.build.xjc' version '2.0.1' apply false id 'org.hibernate.build.maven-repo-auth' version '3.0.2' apply false diff --git a/settings.gradle b/settings.gradle index 7d0a634216..c0a2e584d9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,6 +4,11 @@ * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or . */ + +plugins { + id 'com.gradle.enterprise' version '3.2.1' +} + if ( !JavaVersion.current().java8Compatible ) { throw new GradleException( "Gradle must be run with Java 8" ) }