Compare commits

..

4 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

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