Migrated to Kotlin

This commit is contained in:
2017-09-21 16:25:03 +02:00
parent 48f4848c0a
commit 69bb57d0c3
27 changed files with 1262 additions and 1620 deletions

View File

@@ -50,7 +50,7 @@ class GitFlowVersion implements Plugin<Project> {
project.ext.isRelease = isRelease(project)
project.version = getVersion(project)
project.task('version') << {
project.task('version').doLast {
println "Version deduced from git: '${project.version}'"
}
}