mirror of https://github.com/cabaletta/baritone
make codacy happy
This commit is contained in:
parent
a017e14a48
commit
0a2e45b64b
|
@ -175,7 +175,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||
final Path cachedJar = getMinecraftJar();
|
||||
final Path inTempDir = getTemporaryFile("tempLibraries/" + "minecraft.jar");
|
||||
// TODO: maybe try not to copy every time
|
||||
Files.copy(cachedJar, inTempDir, StandardCopyOption.REPLACE_EXISTING);
|
||||
Files.copy(cachedJar, inTempDir, REPLACE_EXISTING);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue