I want to use the instant version of the grails quartz plugin. The problem is that I want to be able to specify the dependency or include the source of the plugin in my project so that my colleagues and our build server do not download the zip file itself.
I managed to solve this problem by connecting to the plugin repository via svn: external, and then adding the following to my BuildConfig.groovy.
grails.plugin.location."quartz" = "path/to/svn/external"
Source: https://habr.com/ru/post/1779252/More articles:Function declaration and implementation - c ++"Undefined variable: _SESSION" VS. "The session has already begun" - phpWhich Ruby analyzer do you suggest analyzing Ruby sources? - ruby | fooobar.comC # What is an efficient way to do this php style code "eval" - variable-assignmentRandom numbers - javaC # exception throwing - c #Django post_syncdb signal handler not getting a call? - pythonHow to use .NET CommandArgument as a non-string object? - c #How to create multiple templates for Java files in Eclipse? - eclipseSymfony sfDoctrineRecord extension - symfony1All Articles