1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Copy the right kobalt-wrapper.jar.

This commit is contained in:
Cedric Beust 2016-04-25 21:10:53 -08:00
parent 91c15e1bf1
commit 40e266d709

View file

@ -224,7 +224,7 @@ public class Main {
}
private void installWrapperFiles(String version, String wrapperVersion) throws IOException {
String fromZipOutputDir = DISTRIBUTIONS_DIR + File.separator + "kobalt-" + version;
String fromZipOutputDir = DISTRIBUTIONS_DIR + File.separator + "kobalt-" + wrapperVersion;
for (String file : FILES) {
Path to = Paths.get(file);