properties

fun properties(file: File = project.rootDir.resolve("local.properties")): ProviderID

Parameters

file

The properties file.


Parameters

s

The path of the properties file or an url.


fun properties(url: URL, headers: Map<String, String> = emptyMap()): ProviderID

Parameters

url

The url of the json file.

headers

The headers of the request.