fix manifest removing last entry #1
@@ -1,2 +1,2 @@
|
|||||||
version_base=1.0
|
version_base=1.0
|
||||||
version_patch=8
|
version_patch=9
|
@@ -594,7 +594,7 @@ public class JarMergeAction {
|
|||||||
}
|
}
|
||||||
sb.append(line).append("\n");
|
sb.append(line).append("\n");
|
||||||
}
|
}
|
||||||
FileUtils.write(file, sb.toString().trim(), StandardCharsets.UTF_8);
|
FileUtils.write(file, sb.toString().trim() + "\n", StandardCharsets.UTF_8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user