DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Remove the @CompileStatic annotation from all Groovy implementations, e.g. change from:
| Code Block | ||
|---|---|---|
| ||
import groovy.transform.CompileStatic
...
@CompileStatic
class MySchedTaskJobDelegate implements SchedTaskJobDelegate {
...
} |
...