Compare commits

..

5 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
version=0.1.0-SNAPSHOT version=0.2.0-SNAPSHOT
catalog=0.1.0-SNAPSHOT catalog=0.1.0

View File

@@ -19,7 +19,7 @@ tasks.register("projectInfo") {
println("UTC Time: ${info.utcTimestamp}") println("UTC Time: ${info.utcTimestamp}")
println() println()
println("Project group: $groupValue") println("Project group: $groupValue")
println("Project name: $nameValue") println("Project name: $nameValue\"")
println("Project version: $versionValue") println("Project version: $versionValue")
println("Project description: $descriptionValue") println("Project description: $descriptionValue")
println() println()