Closes #3
This commit is contained in:
parent
e2c01103a7
commit
1b12eba58b
1 changed files with 0 additions and 4 deletions
|
@ -77,10 +77,6 @@ class SemverPlugin : Plugin<Project> {
|
||||||
val hasReqProps = !isNew && props.stringPropertyNames().containsAll(requiredProps) &&
|
val hasReqProps = !isNew && props.stringPropertyNames().containsAll(requiredProps) &&
|
||||||
Utils.isNotSystemProperty(requiredProps)
|
Utils.isNotSystemProperty(requiredProps)
|
||||||
|
|
||||||
println(isNew)
|
|
||||||
println(props.stringPropertyNames().containsAll(requiredProps))
|
|
||||||
println(Utils.isNotSystemProperty(requiredProps))
|
|
||||||
|
|
||||||
Utils.loadVersion(config, version, props)
|
Utils.loadVersion(config, version, props)
|
||||||
|
|
||||||
project.tasks.withType(SemverIncrementBuildMetaTask::class.java) {
|
project.tasks.withType(SemverIncrementBuildMetaTask::class.java) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue