We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0582062 commit 19c4148Copy full SHA for 19c4148
runner-hooks/job-started.sh
@@ -9,6 +9,6 @@ echo "Enabling Develocity auto-injection for projects that use setup-gradle" >&2
9
cat >> "$GITHUB_ENV" << EOF
10
DEVELOCITY_INJECTION_ENABLED=true
11
DEVELOCITY_INJECTION_URL=https://ge.solutions-team.gradle.com
12
-DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION='4.2.1'
13
-DEVELOCITY_INJECTION_CCUD_PLUGIN_VERSION='2.4.0'
+DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION=4.2.1
+DEVELOCITY_INJECTION_CCUD_PLUGIN_VERSION=2.4.0
14
EOF
0 commit comments