Package: src:groovy
Version: 2.4.15-3
Severity: serious
User: [email protected]
Usertags: default-java11


groovy fails to build with Java 11, there are two different errors.

The first one:

  
groovy-2.4.15/src/main/org/codehaus/groovy/vmplugin/v7/IndyInterface.java:236: 
error: polymorphic signature calls are not supported in -target 1.6
              return call.invokeExact(arguments);
                                     ^
    (use -target 1.7 or higher to enable polymorphic signature calls)


and the second one:

  
groovy-2.4.15/subprojects/groovy-console/src/main/groovy/groovy/ui/text/StructuredSyntaxResources.java:44:
 error: cannot find symbol
                  mgr.checkSystemClipboardAccess();
                     ^
    symbol:   method checkSystemClipboardAccess()
    location: variable mgr of type SecurityManager

__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to