fix handling of IOExceptions when reading zone files (#20)

* fix handling of ioexceptions when reading zone files

* bump the version
This commit is contained in:
2024-11-02 13:46:29 -04:00
committed by GitHub
parent 1406cd2e68
commit 12310b6b2d
8 changed files with 38 additions and 15 deletions

View File

@@ -166,6 +166,10 @@
</tar>
</target>
<target name="onejar"
depends="build-onejar">
</target>
<target name="dist"
depends="bin-dist, src-dist, build-onejar, dist-clean">
</target>