mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Copy the right kobalt-wrapper.jar.
This commit is contained in:
parent
91c15e1bf1
commit
40e266d709
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public class Main {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void installWrapperFiles(String version, String wrapperVersion) throws IOException {
|
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) {
|
for (String file : FILES) {
|
||||||
Path to = Paths.get(file);
|
Path to = Paths.get(file);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue