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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: action.yml
+67-6Lines changed: 67 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ inputs:
23
23
24
24
cache-write-only:
25
25
description: |
26
-
When 'true', entries will not be restored from the cache but will be saved at the end of the Job.
26
+
When 'true', entries will not be restored from the cache but will be saved at the end of the Job.
27
27
Setting this to 'true' implies cache-read-only will be 'false'.
28
28
required: false
29
29
default: false
@@ -35,7 +35,7 @@ inputs:
35
35
36
36
cache-encryption-key:
37
37
description: |
38
-
A base64 encoded AES key used to encrypt the configuration-cache data. The key is exported as 'GRADLE_ENCRYPTION_KEY' for later steps.
38
+
A base64 encoded AES key used to encrypt the configuration-cache data. The key is exported as 'GRADLE_ENCRYPTION_KEY' for later steps.
39
39
A suitable key can be generated with `openssl rand -base64 16`.
40
40
Configuration-cache data will not be saved/restored without an encryption key being provided.
41
41
required: false
@@ -70,7 +70,7 @@ inputs:
70
70
# Dependency Graph configuration
71
71
dependency-graph:
72
72
description: |
73
-
Specifies if a GitHub dependency snapshot should be generated for each Gradle build, and if so, how.
73
+
Specifies if a GitHub dependency snapshot should be generated for each Gradle build, and if so, how.
74
74
Valid values are 'disabled' (default), 'generate', 'generate-and-submit', 'generate-and-upload', 'download-and-submit' and 'clear'.
75
75
required: false
76
76
default: 'disabled'
@@ -95,11 +95,59 @@ inputs:
95
95
build-scan-terms-of-use-url:
96
96
description: The URL to the Build Scan® terms of use. This input must be set to 'https://gradle.com/terms-of-service' or 'https://gradle.com/help/legal-terms-of-use'.
97
97
required: false
98
-
98
+
99
99
build-scan-terms-of-use-agree:
100
100
description: Indicate that you agree to the Build Scan® terms of use. This input value must be "yes".
101
101
required: false
102
102
103
+
develocity-access-key:
104
+
description: Develocity access key. Should be set to a secret containing the Develocity Access key.
105
+
required: false
106
+
107
+
develocity-token-expiry:
108
+
description: The Develocity short-lived access tokens expiry in hours. Default is 2 hours.
109
+
required: false
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.
149
+
required: false
150
+
103
151
# Wrapper validation configuration
104
152
validate-wrappers:
105
153
description: |
@@ -143,7 +191,7 @@ inputs:
143
191
description: When 'true', the action will not attempt to restore the Gradle User Home entries from other Jobs.
144
192
required: false
145
193
default: false
146
-
194
+
147
195
# INTERNAL ACTION INPUTS
148
196
# These inputs should not be configured directly, and are only used to pass environmental information to the action
0 commit comments