add support for gradle 7 / j16
This commit is contained in:
@@ -94,6 +94,7 @@ public class OmegaConfig {
|
||||
|
||||
return config;
|
||||
} catch (NoSuchMethodException | InstantiationException | IllegalAccessException | InvocationTargetException exception) {
|
||||
exception.printStackTrace();
|
||||
throw new NoValidConstructorException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user