Closed aguibert closed 5 years ago
Need to use mustRunAfter instead of shouldRunAfter for the addPostgreSqlToServer task, because it was running before Liberty was installed and causing the installLiberty UP-TO-DATE check to think that Liberty was already installed
mustRunAfter
shouldRunAfter
addPostgreSqlToServer
installLiberty
Need to use
mustRunAfter
instead ofshouldRunAfter
for theaddPostgreSqlToServer
task, because it was running before Liberty was installed and causing theinstallLiberty
UP-TO-DATE check to think that Liberty was already installed