Add Therapi-runtime-javadoc#189
Conversation
|
|
||
| <!-- Therapi Runtime Javadoc - https://github.com/dnault/therapi-runtime-javadoc --> | ||
| <therapi.version>0.12.0</therapi.version> | ||
| <com.github.therapi.therapi-runtime-javadoc.version>${therapi.version}</com.github.therapi.therapi-runtime-javadoc.version> |
There was a problem hiding this comment.
We should do this according to the same design as the kotlin stuff, because the situation is analogous: we have therapi.version defined in pom-scijava-base, and then here we just manage the versions of dependencies via dependencyManagement accordingly.
You will also need to extend the newly released pom-scijava-base including the therapi version property.
Therefore, this PR depends on scijava/pom-scijava-base#31.
There was a problem hiding this comment.
Yup, I think I removed this therapi.version tag in 1870f35. The only thing left in this PR is the management for therapi-runtime-javadoc, as therapi-runtime-javadoc-scribe moved with the version to pom-scijava-base.
There was a problem hiding this comment.
Therefore, this PR depends on scijava/pom-scijava-base#31.
I made this PR a draft. I'll transition it back once we merge scijava/pom-scijava-base#31
1870f35 to
a3c0ec9
Compare
a3c0ec9 to
4c1adc7
Compare
This is the first step of solving scijava/scijava#57
TODOS: