File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments