Skip to content

Commit

Permalink
Fix gradleEnterprise extension reference
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Nov 10, 2019
1 parent a8df88d commit 205733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/main/resources/build-scan-init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ rootProject {
// Gradle 6.x
gradle.settingsEvaluated { settings ->
settings.pluginManager.withPlugin(GRADLE_ENTERPRISE_PLUGIN_ID) {
buildScanPublishedAction(gradleEnterprise.buildScan)
buildScanPublishedAction(settings.gradleEnterprise.buildScan)
}
}

0 comments on commit 205733b

Please sign in to comment.