From bda87a297657bbb5e6d643cdce5fab61afc6000f Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Fri, 20 May 2022 16:50:47 +1000 Subject: [PATCH] Use standard plugin notation to apply Gradle Enterprise Gradle Plugin (#4847) --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e15be0fba..140271f2c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -41,7 +41,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") // build scan plugin can only be applied in settings file plugins { // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version - `gradle-enterprise` version "3.10" + id("com.gradle.enterprise") version "3.10" id("com.gradle.common-custom-user-data-gradle-plugin") version "1.6.6" }