Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
cleanupOldServerFiles() {
cleanup.cleanupOldServerFiles(
this,
`${SERVER_MAIN_SRC_DIR}/${this.javaDir}`,
`${SERVER_TEST_SRC_DIR}/${this.testDir}`,
SERVER_MAIN_RES_DIR,
SERVER_TEST_RES_DIR
);
},