Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javacOptions passed to javadoc #46

Open
raboof opened this issue Sep 27, 2017 · 1 comment
Open

javacOptions passed to javadoc #46

raboof opened this issue Sep 27, 2017 · 1 comment

Comments

@raboof
Copy link

raboof commented Sep 27, 2017

javacOptions in unidoc are passed as options to javadoc

If javacOptions in unidoc contains options like -target 1.8, javadoc will fail because -target is not a valid option to javadoc.

Should we introduce a javadocOptions to use instead?

@scottsand-db
Copy link

I fixed this issue in my own repo here: delta-io/connectors@9a0b864

Compile / doc / javacOptions := (JavaUnidoc / unidoc / javacOptions).value,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants