Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ private static Optional<PluginTransformer> loadFromJar(Path path) {
}
}
} catch (Throwable e) {
ArclightMod.LOGGER.error("patcher.load-error", e);
ArclightMod.LOGGER.debug("patcher.load-error", e);
}
return Optional.empty();
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group 'io.izzel.arclight'
version '1.0.14-SNAPSHOT'
version '1.0.14'

ext {
agpVersion = '1.14'

0 comments on commit 3408941

Please sign in to comment.