Skip to content

Commit 430ed27

Browse files
committed
Fix com.gradle.enterprise not found in the azure internal feed
1 parent 129ba31 commit 430ed27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
}
1111

1212
plugins {
13-
id("com.gradle.enterprise") version "3.18.1"
13+
id("com.gradle.enterprise.gradle.plugin") version "3.18.1"
1414
}
1515

1616
dependencyResolutionManagement {

0 commit comments

Comments
 (0)