Table of Contents
API Documentation: | MavenPomRelocation |
---|
Note: This class is incubating and may change in a future version of Gradle.
The relocation information of a Maven publication that has been moved to a new group and/or artifact ID.
Property | Description |
artifactId | Incubating The new artifact ID of the artifact. |
groupId | Incubating The new group ID of the artifact. |
message | Incubating The message to show the user for this relocation. |
version | Incubating The new version of the artifact. |
Note: This property is incubating and may change in a future version of Gradle.
The new artifact ID of the artifact.
Note: This property is incubating and may change in a future version of Gradle.
The new group ID of the artifact.
Note: This property is incubating and may change in a future version of Gradle.
The message to show the user for this relocation.
Note: This property is incubating and may change in a future version of Gradle.
The new version of the artifact.