Compare commits

..

5 Commits

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()