Skip to content
Snippets Groups Projects
Commit d9ec2d4d authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add print

parent d99b4def
No related branches found
No related tags found
1 merge request!743Production Release | nshmp-haz
Pipeline #302974 passed
......@@ -25,6 +25,7 @@ tasks.withType(JavaCompile) {
versionFile.write(groovy.json.JsonOutput.prettyPrint(json))
} catch (Exception e) {
println("Failed to create version file. Writing blank file.")
println(e)
versionFile.write('{}')
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment