Added detekt plugin.
This commit is contained in:
parent
e378d47946
commit
8007ba395c
4 changed files with 11 additions and 3 deletions
|
@ -63,4 +63,4 @@ open class SemverConfig {
|
|||
var separatorKey = DEFAULT_SEPARATOR
|
||||
get() = "$keysPrefix$field"
|
||||
var keysPrefix = DEFAULT_KEYS_PREFIX
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,4 +58,4 @@ open class SemverIncrementTask @Inject constructor(
|
|||
logger.lifecycle("Version: ${project.version}")
|
||||
SemverPlugin.saveProperties(config, version)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -113,4 +113,4 @@ class SemverPlugin : Plugin<Project> {
|
|||
saveProperties(config, version)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue