We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2d927 commit 8e9316aCopy full SHA for 8e9316a
engine/schema/pom.xml
@@ -108,7 +108,7 @@
108
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-xen")
109
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-ovm")
110
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-hyperv")
111
- File file = new File("${basedir}/../../engine/schema/dist/systemvm-templates/md5sum.txt")
+ File file = new File("${project.basedir}/dist/systemvm-templates/md5sum.txt")
112
def lines = file.readLines()
113
for (template in templateList) {
114
def data = lines.findAll { it.contains(template) }
0 commit comments