Skip to content

Commit ee6c8f0

Browse files
committed
Rename config param from enable to buildScanPlugin.command-line-build-step.enabled
1 parent 9bc1fa7 commit ee6c8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/main/java/nu/studer/teamcity/buildscan/agent/BuildScanServiceMessageInjector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class BuildScanServiceMessageInjector extends AgentLifeCycleAdapter
5555
private static final String CCUD_PLUGIN_VERSION_CONFIG_PARAM = "buildScanPlugin.ccud.plugin.version";
5656
private static final String GE_EXTENSION_VERSION_CONFIG_PARAM = "buildScanPlugin.gradle-enterprise.extension.version";
5757
private static final String CCUD_EXTENSION_VERSION_CONFIG_PARAM = "buildScanPlugin.ccud.extension.version";
58-
private static final String INSTRUMENT_COMMAND_LINE_RUNNER_CONFIG_PARAM = "buildScanPlugin.command-line-build-step.enable";
58+
private static final String INSTRUMENT_COMMAND_LINE_RUNNER_CONFIG_PARAM = "buildScanPlugin.command-line-build-step.enabled";
5959

6060
// Environment variables set to instrument the Gradle build
6161

0 commit comments

Comments
 (0)