Skip to content
Snippets Groups Projects
Commit d2f206d0 authored by dgelessus's avatar dgelessus
Browse files

Remove some not very useful prints from tycho_build.gradle

parent cbf4d62b
Branches
No related tags found
No related merge requests found
Pipeline #119653 passed
......@@ -308,9 +308,6 @@ subprojects {
content.eachLine(printFileLine)
println artifactId
println "\t" + versionNumber
def f = new File(workspacePath + artifactId + '/pom.xml')
f.delete()
......@@ -330,9 +327,6 @@ subprojects {
versionNumber = parsedXml.attribute("version")
versionNumber = versionNumber.replace(".qualifier", "-SNAPSHOT")
println artifactId
println "\t" + versionNumber
def f = new File(workspacePath + artifactId + '/pom.xml')
f.delete()
f << feature(artifactId, versionNumber)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment