See gh-37745
This commit is contained in:
Johnny Lim
2023-10-07 14:05:47 +09:00
committed by Andy Wilkinson
parent 5a1abb76f7
commit 303015ea2d
10 changed files with 15 additions and 15 deletions

View File

@@ -137,7 +137,7 @@ class DependencyFilterMojoTests {
}
private static File createArtifactFile(String jarType) {
Path jarPath = temp.resolve(UUID.randomUUID().toString() + ".jar");
Path jarPath = temp.resolve(UUID.randomUUID() + ".jar");
Manifest manifest = new Manifest();
manifest.getMainAttributes().putValue("Manifest-Version", "1.0");
if (jarType != null) {