Skip to content

Releases: SgtSilvio/gradle-javadoc-links

0.8.0

03 Oct 16:42
Compare
Choose a tag to compare

✨ Improvements

  • Support libraries that are published with incomplete gradle metadata that misses the javadocElements variant
  • Published artifacts are signed

0.7.0

01 Jul 20:24
Compare
Choose a tag to compare

✨ Improvements

  • Move from the old com.github to the new io.github namespace

0.6.0

03 Dec 22:10
Compare
Choose a tag to compare

🌟 Features

  • Compatibility with Gradle 7.5+

0.5.0

13 Jun 21:28
Compare
Choose a tag to compare

🌟 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

20 Jun 08:32
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix a deadlock while resolving javadoc jar files of included build

0.4.0

06 Jun 20:58
Compare
Choose a tag to compare

🌟 Features

  • Linking offline for all dependencies via downloading javadoc jars

0.3.0

08 Feb 11:35
Compare
Choose a tag to compare

🌟 Features

  • Better support for dependencies substituted by included builds
  • Better configuration (useDependenciesOf(configuration), urlProvider) directly at the task

0.2.0

25 Jan 09:16
Compare
Choose a tag to compare

🌟 Features

  • Support for included builds

0.1.1

06 Jul 12:58
Compare
Choose a tag to compare
v0.1.1

Added javadocLinks extension with configurable configuration

0.1.0

23 May 20:42
Compare
Choose a tag to compare
v0.1.0

Initial commit