access Key
Provides the access key for the Develocity server. By default, resolves to the first of these sources with a matching host for server; if a source has multiple matching entries, the last one takes precedence:
variable
DEVELOCITY_ACCESS_KEYvariable
GRADLE_ENTERPRISE_ACCESS_KEYfile
$GRADLE_USER_HOME/.gradle/develocity/keys.propertiesor, ifGRADLE_USER_HOMEis not set,~/.gradle/develocity/keys.propertiesfile
~/.m2/.develocity/keys.properties
Example value: develocity.example.com=abcdefg1234567
Refer to Develocity documentation for more details on the format of such variables and files:
Throws
if no matching key is found.