You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration will automatically apply `v3.17.5` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com.
@@ -758,16 +758,46 @@ The `init-script` supports several additional configuration parameters that you
| DEVELOCITY_URL | :white_check_mark: | the URL of the Develocity server |
763
-
| DEVELOCITY_ALLOW_UNTRUSTED_SERVER | | allow communication with an untrusted server; set to _true_ if your Develocity instance is using a self-signed certificate |
764
-
| DEVELOCITY_CAPTURE_FILE_FINGERPRINTS | | enables capturing the paths and content hashes of each individual input file |
765
-
| DEVELOCITY_ENFORCE_URL | | enforce the configured Develocity URL over a URL configured in the project's build; set to _true_ to enforce publication of build scans to the configured Develocity URL |
766
-
| DEVELOCITY_PLUGIN_VERSION | :white_check_mark: | the version of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/) to apply |
767
-
| DEVELOCITY_CCUD_PLUGIN_VERSION | | the version of the [Common Custom User Data Gradle plugin](https://github.com/gradle/common-custom-user-data-gradle-plugin) to apply, if any |
768
-
| GRADLE_PLUGIN_REPOSITORY_URL | | the URL of the repository to use when resolving the Develocity and CCUD plugins; the Gradle Plugin Portal is used by default |
769
-
| GRADLE_PLUGIN_REPOSITORY_USERNAME | | the username for the repository URL to use when resolving the Develocity and CCUD plugins |
770
-
| GRADLE_PLUGIN_REPOSITORY_PASSWORD | | the password for the repository URL to use when resolving the Develocity and CCUD plugins; Consider using secrets to pass the value to this variable |
| develocity-url | :white_check_mark: | the URL of the Develocity server |
763
+
| develocity-allow-untrusted-server | | allow communication with an untrusted server; set to _true_ if your Develocity instance is using a self-signed certificate |
764
+
| develocity-capture-file-fingerprints | | enables capturing the paths and content hashes of each individual input file |
765
+
| develocity-enforce-url | | enforce the configured Develocity URL over a URL configured in the project's build; set to _true_ to enforce publication of build scans to the configured Develocity URL |
766
+
| develocity-plugin-version | :white_check_mark: | the version of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/) to apply |
767
+
| develocity-ccud-plugin-version | | the version of the [Common Custom User Data Gradle plugin](https://github.com/gradle/common-custom-user-data-gradle-plugin) to apply, if any |
768
+
| gradle-plugin-repository-url | | the URL of the repository to use when resolving the Develocity and CCUD plugins; the Gradle Plugin Portal is used by default |
769
+
| gradle-plugin-repository-username | | the username for the repository URL to use when resolving the Develocity and CCUD plugins |
770
+
| gradle-plugin-repository-password | | the password for the repository URL to use when resolving the Develocity and CCUD plugins; Consider using secrets to pass the value to this variable |
771
+
772
+
The input parameters can be expressed as environment variables following the relationships outlined in the table below:
Copy file name to clipboardExpand all lines: setup-gradle/action.yml
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,46 @@ inputs:
108
108
description: The Develocity short-lived access tokens expiry in hours. Default is 2 hours.
109
109
required: false
110
110
111
+
develocity-injection-enabled:
112
+
description: Enables Develocity injection.
113
+
required: false
114
+
115
+
develocity-url:
116
+
description: The URL for the Develocity server.
117
+
required: false
118
+
119
+
develocity-allow-untrusted-server:
120
+
description: Allow communication with an untrusted server; set to _true_ if your Develocity instance is using a self-signed.
121
+
required: false
122
+
123
+
develocity-capture-file-fingerprints:
124
+
description: Enables capturing the paths and content hashes of each individual input file.
125
+
required: false
126
+
127
+
develocity-enforce-url:
128
+
description: Enforce the configured Develocity URL over a URL configured in the project's build; set to _true_ to enforce publication of build scans to the configured Develocity URL.
129
+
required: false
130
+
131
+
develocity-plugin-version:
132
+
description: The version of the Develocity Gradle plugin to apply.
133
+
required: false
134
+
135
+
develocity-ccud-plugin-version:
136
+
description: The version of the Common Custom User Data Gradle plugin to apply, if any.
137
+
required: false
138
+
139
+
gradle-plugin-repository-url:
140
+
description: The URL of the repository to use when resolving the Develocity and CCUD plugins; the Gradle Plugin Portal is used by default.
141
+
required: false
142
+
143
+
gradle-plugin-repository-username:
144
+
description: The username for the repository URL to use when resolving the Develocity and CCUD.
145
+
required: false
146
+
147
+
gradle-plugin-repository-password:
148
+
description: The password for the repository URL to use when resolving the Develocity and CCUD plugins; Consider using secrets to pass the value to this variable.
0 commit comments