mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
Resolves s4u/maven-settings-action#348, plugin repositories support
This commit is contained in:
committed by
Slawomir Jaranowski
parent
06520eb502
commit
074e0bfd5e
@ -49,7 +49,7 @@ afterAll(() => {
|
||||
}
|
||||
|
||||
try {
|
||||
fs.rmdirSync(testHomePath);
|
||||
fs.rmSync(testHomePath, { recursive: true });
|
||||
} catch (error) {
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user