SnapshotDefinition

enum SnapshotDefinition : Enum<SnapshotDefinition>

Tells the plugin how to construct the snapshot version.

Entries

COMMIT
Link copied to clipboard
Configure the plugin to use the short commit hash as the version.
DATE_SECONDS
Link copied to clipboard
Configure the plugin to (yyyy-mm-dd-ss) as the version.
TIMESTAMP
Link copied to clipboard
Configure the plugin to use System.currentTimeMillis as the version.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard