Skip to content

Releases: xvik/gradle-github-info-plugin

2.0.0

11 Mar 15:37
Compare
Choose a tag to compare
  • (BREAKING) Drop gradle 5 and 6 support
  • Configuration cache compatibility

1.5.0

14 Feb 18:28
Compare
Choose a tag to compare
  • (breaking) Starting from gradle 7.6, gradlePlugin.website (and vcsUrl) would be configured instead of pluginBundle.website
    (with publish plugin 1.0 pluginBundle not needed, but trigger backwards compatibility if configured)
    Older gradle versions (before 7.6) would work as before
  • Gradle 8 compatibility

1.4.0

07 Oct 19:13
Compare
Choose a tag to compare
  • Use HEAD branch for file links by default to support both old default 'master' and new default 'main' (#1)
    • Add 'branch' configuration property (with HEAD as default)

1.3.0

29 Jun 20:07
Compare
Choose a tag to compare
  • Remove bintray plugin support
  • In multi-module projects plugin use root project for defaults (license and changelog files searched in root)

1.2.0

18 Jan 20:57
Compare
Choose a tag to compare
  • Remove ".git" suffix for default scm urls
  • (breaking) Drop java 7 support

1.1.0

07 Apr 20:29
Compare
Choose a tag to compare
  • Add changelogFile configuration property, used to specify changelog file path. Default file name is recognized by
    CHANGELOG.md, CHANGELOG.txt or CHANGELOG files in project root.
  • Add bintray plugin properties support (available since 1.6 plugin version):
    • githubRepo (required for bintray github integration and to show github readme)
    • githubReleaseNotesFile (used to show github changelog on bintray)

1.0.0

05 Dec 12:06
Compare
Choose a tag to compare
  • Initial release