1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Revert "Remove groovy dateutil hack"

dateutil extension still doesn't just work automatically for some unknown reason, so we need to keep forcing it
This commit is contained in:
Reinhard Pointner 2018-12-03 03:06:49 +07:00
parent 75fd182529
commit 789ee97212

View File

@ -1,3 +1,4 @@
moduleName=filebot-format
moduleVersion=2.5.3
extensionClasses=net.filebot.cli.ScriptShellMethods,net.filebot.format.ExpressionFormatMethods
moduleVersion=2.5.0
extensionClasses=net.filebot.cli.ScriptShellMethods,net.filebot.format.ExpressionFormatMethods,org.apache.groovy.dateutil.extensions.DateUtilExtensions
staticExtensionClasses=org.apache.groovy.dateutil.extensions.DateUtilStaticExtensions