Skip to content

Use of 'compile' property is unclear #20

Closed
@dchambers

Description

@dchambers

According to the documentation, the 'compile' property can be used to configure the path to the 'retrolambda.jar' that will be used, but it's unclear what this actually means. I'd like to test a fix in retrolambda 1.1.4 (which fixes issue luontola/retrolambda#13), but I ran into these issues:

  1. Maven central doesn't have either retrolambda 1.1.3 or retrolambda 1.1.4.
  2. Setting the property to compile "net.orfjackal.retrolambda:retrolambda:1.1.1" (which is available in maven), didn't actually cause that version to be used.
  3. Compiling retrolambda myself and setting the property to the absolute path of the 'retrolambda.jar' I'd built also had no effect, as retrolambda 1.1.2 was still used.

I assume this issue can probably be fixed by having some more explicit examples in the documentation, though I'm not sure who's responsible for deploying the retrolambda artifact to Maven Central?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions