Open tijanssen opened 3 years ago
When i get the error have no javadoc configuration set. If I set the following configuration I don't get any error:
config {
docs {
javadoc {
autoLinks {
enabled = false
}
}
}
}
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 tresty-commons
is a sibling project and skip resolving a javadoc autolink for it. Do you happen to host the project at a public git repository?
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: https://github.com/tijanssen/tresty This repo is also the one related to the other issue I made regarding pmd.
I am using gradle 7.2 and java 16. I'm waiting for a gradle version where I can use java 17. It seems that in java 16 the footer option for javadoc is not supported anymore. I get a Warning that says this.
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.