Releases: SgtSilvio/gradle-javadoc-links
Releases · SgtSilvio/gradle-javadoc-links
0.8.0
✨ Improvements
- Support libraries that are published with incomplete gradle metadata that misses the javadocElements variant
- Published artifacts are signed
0.7.0
✨ Improvements
- Move from the old
com.github
to the new io.github
namespace
0.6.0
🌟 Features
- Compatibility with Gradle 7.5+
0.5.0
🌟 Features
- Use proper providers for dependency resolution results as inputs when using Gradle versions >= 7.4
- Improve inputs when using Gradle versions < 7.4 to mimic the proper providers for dependency resolution results as good as possible
- Use toolchain Java version of javadoc task for creating the link to the JDK standard library (not the Java version of the running JVM)
✨ Improvements
- Declare urlProvider as input
- Build with Java 8 toolchain
0.4.1
🐞 Bug fixes
- Fix a deadlock while resolving javadoc jar files of included build
0.4.0
🌟 Features
- Linking offline for all dependencies via downloading javadoc jars
0.3.0
🌟 Features
- Better support for dependencies substituted by included builds
- Better configuration (useDependenciesOf(configuration), urlProvider) directly at the task
0.2.0
🌟 Features
- Support for included builds
0.1.1
v0.1.1
Added javadocLinks extension with configurable configuration