UrlArtifactRepository

API Documentation:UrlArtifactRepository

Note: This class is incubating and may change in a future version of Gradle.

A repository that supports resolving artifacts from a URL.

Properties

PropertyDescription
allowInsecureProtocol
Incubating

Specifies whether it is acceptable to communicate with a repository over an insecure HTTP connection.

url
Incubating

The base URL of this repository.

Methods

No methods

Script blocks

No script blocks

Property details

boolean allowInsecureProtocol

Note: This property is incubating and may change in a future version of Gradle.

Specifies whether it is acceptable to communicate with a repository over an insecure HTTP connection.

For security purposes this intentionally requires a user to opt-in to using insecure protocols on case by case basis.

Gradle intentionally does not offer a global system/gradle property that allows a universal disable of this check.

Allowing communication over insecure protocols allows for a man-in-the-middle to impersonate the intended server, and gives an attacker the ability to serve malicious executable code onto the system.

See also: Want to take over the Java ecosystem? All you need is a MITM!

URI url

Note: This property is incubating and may change in a future version of Gradle.

The base URL of this repository.