-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Multiproject and javadoc problem #492
Comments
When i get the error have no javadoc configuration set.
|
There appears to be an error when the autoLinks feature is used, fortunately it can be turned off as you discovered. Kordamp should have found out that |
Currently not. I just started it and mostly am using it for testing, experimenting and lerning some things. |
I will try to push the code to github tomorrow. |
Here my repo: I am using gradle 7.2 and java 16. I'm waiting for a gradle version where I can use java 17. I just saw that I can't use the task generateAllReports. The task generatePluginReport fails. |
I am using gradle 7.2, kordamp 0.47.0 and java 16.
I have two java subprojects. Tresty-commons and tresty-assertj. tresty-assertj has the following dependencies block:
Now I get an error because of javadoc. do I remove the tresty-commons dependency then the two projects build successfully.
This is my first gradle project ot learn how it works. So I am not sure if this is a problem with kordamp or if I have forgotten to configure something.
Here the console output with stacktrace:
Thanks.
The text was updated successfully, but these errors were encountered: