add support for gradle 7 / j16

This commit is contained in:
Draylar
2021-05-26 14:30:32 -05:00
parent 1b636fa0d8
commit 0ff71f0a09
4 changed files with 7 additions and 6 deletions
@@ -94,6 +94,7 @@ public class OmegaConfig {
return config;
} catch (NoSuchMethodException | InstantiationException | IllegalAccessException | InvocationTargetException exception) {
exception.printStackTrace();
throw new NoValidConstructorException();
}
}