Release 1.0.14

This commit is contained in:
IzzelAliz 2021-02-21 15:22:13 +08:00
parent 141db3dfba
commit 3408941d33
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public class ArclightPluginPatcher implements PluginTransformer {
} }
} }
} catch (Throwable e) { } catch (Throwable e) {
ArclightMod.LOGGER.error("patcher.load-error", e); ArclightMod.LOGGER.debug("patcher.load-error", e);
} }
return Optional.empty(); return Optional.empty();
} }

View File

@ -1,6 +1,6 @@
allprojects { allprojects {
group 'io.izzel.arclight' group 'io.izzel.arclight'
version '1.0.14-SNAPSHOT' version '1.0.14'
ext { ext {
agpVersion = '1.14' agpVersion = '1.14'