access Key
Provides the access key for the Develocity server. By default, resolves to the first key from these sources that matches the host of server:
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.