Skip to content

Commit 6a944f1

Browse files
committed
Use DHF version from props file
1 parent b601aaf commit 6a944f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/HubUpdateTaskTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class HubUpdateTaskTest extends BaseTest {
3434

3535
//if 4.0 project is upgraded, remove the backed up directories
3636
def setup() {
37-
File hubConfigDir = hubConfig().hubProject.projectDir.resolve("src/main/hub-internal-config-" + hubConfig().getJarVersion()).toFile()
38-
File mlConfigDir = hubConfig().hubProject.projectDir.resolve("src/main/ml-config-" + hubConfig().getJarVersion()).toFile()
37+
File hubConfigDir = hubConfig().hubProject.projectDir.resolve("src/main/hub-internal-config-" + hubConfig().getDHFVersion()).toFile()
38+
File mlConfigDir = hubConfig().hubProject.projectDir.resolve("src/main/ml-config-" + hubConfig().getDHFVersion()).toFile()
3939
if (hubConfigDir.exists() && mlConfigDir.exists()) {
4040
FileUtils.forceDelete(hubConfigDir)
4141
FileUtils.forceDelete(mlConfigDir)

0 commit comments

Comments
 (0)