Fixed registering permissions before effects/styles were loaded

This commit is contained in:
Esophose 2020-12-05 17:20:43 -07:00
parent ee5b9ba7f1
commit dd9c0a6321
3 changed files with 78 additions and 79 deletions

View file

@ -10,7 +10,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = 'UTF-8'
group = 'dev.esophose'
version = '7.16'
version = '7.17'
java {
withJavadocJar()