Skip to content

Releases: kordamp/kordamp-gradle-plugins

Release v0.30.3

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • 3b18deb [publishing] fix MPE when exclusions are defined. Fixes #204
  • 063eeac [project] resolve re-entrant calls to apply. Fixes #203

Contributors

Andres Almiray

Release v0.30.2

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • a602d2e [publishing] fix pom configuration due to missing dependencies block. Fixes #202

  • efd0c0a Release 3.0.2 as clirr:3.0.1 has trouble at the plugin portal
  • f98edef Update version in readme

Contributors

Andres Almiray

Release v0.30.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • af70f08 [base] split language support task into separate plugins. Fixes #201
  • e795752 [integration-test] unresolved production classes. Fixes #199
  • 9dfd519 [jacoco] do not include root project in aggregation when it does not include tests. Fixes #198
  • b27955d [base] add a task for war settings. Fixes #197
  • e2ed384 [base] add a task for tar settings. Fixes #196
  • 44f6a61 [tests] fix broken dependency resolution. Fixes #195
  • 946d927 [base] add a task to display task settings. Fixes #194
  • 4c0d4af [jacoco\ add a task to generate all reports. Fixes #191
  • 0b7515d [functional-test] support api/implementation. Fixes #193
  • 27bfe1f [integration-test] support api/implementation. Fixes #192
  • 563c2da [base] add scala compiler task. Fixes #187
  • 2923766 [base] add a ZipSettings task. Fixes #186
  • 8278c5a [base] add a JarSettings task. Fixes #185
  • 92d8d1b [base] display destinationDir property in GroovyCompilerSettingsTask. Fixes #184
  • 1d64622 [base] display destinationDir property in JavaCompilerSettingsTask. Fixes #183

Contributors

Andres Almiray, GitHub, Urs Joss

Release v0.29.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • 7e4e155 [scaladoc] attach scaladocjar to publication. Fixes #182
  • 3f3da69 [kotlindoc] attach kotlindocjar to publication. Fixes #181
  • 9e33bd1 [groovydoc] attach groovydocjar to publication. Fixes #180

  • dbef663 [minpom] check if target configurations exist
  • ab20593 Prepare for release
  • 693b6e7 Prepare codebase for Gradle 6
  • 3d6c84f Merge pull request #179 from ursjoss/guide/kotlin_config
  • 65489b8 Streamline publishing
  • ccb1077 Simplify configuration example for Kotlin DSL for release
  • a62614b Bump version

Contributors

Andres Almiray, GitHub, Urs Joss

Release v0.28.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • 34b6dd2 Fix usage of lazy task API. Fixes #178
  • f2403d6 [base] Resolve vendor according to rules defined in guide. Fixes #177

Contributors

Andres Almiray

Release v0.27.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues


  • 2983c69 Prepare for release
  • 0a662f0 Update versions
  • db503fd Bump version
  • 68b66df Merge pull request #172 from tlinkowski/javadoc-apidoc-fix
  • c443a82 Fix setting -Xdoclint:none and -quiet options for Javadoc

Contributors

Andres Almiray, GitHub, Tomasz Linkowski

Release v0.26.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • 1cf069b [kotlindoc] output directory per project. Fixes #161
  • 3286d50 [kotlindoc] aggregate kotlindoc tasks. Fixes #80
  • 55231ea [javadoc] resolve offline links. Fixes #169
  • a327e9d [jar] check if config.buildInfo is enabled. Fixes #163
  • 39c56ae [base] add a task for displaying settings of JavaExec tasks. Fixes #160

  • 5fca955 Prepare for release
  • e443261 [kotlindoc] Fix aggregate reports
  • 6977a39 Update dependencies
  • 65e030e [javadoc] follow advice by @tlinkowski on #169
  • bf23e65 [plugin] configure *PluginMarkerMaven publication. Related to #167
  • 72e91b8 [plugin] display calculated plugin coordinates
  • 710eb1a Merge pull request #168 from tlinkowski/apiAutoLinks
  • 84436b2 [Javadoc] Add 'api' configuration to DEFAULT_CONFIGURATIONS for AutoLinks
  • 2b6dd69 [kotlindoc] Fix for #155
  • 6ba1d11 Merge pull request #165 from tlinkowski/PluginPluginFix
  • b2ea6f6 [Plugin] Apply BasePlugin if missing
  • 063d2c6 Merge pull request #162 from tlinkowski/patch-2
  • 5df70e0 Document applying org.kordamp.gradle.jacoco plugin
  • 555a7ea Update dependencies
  • 0f8dd45 Bump version

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

Release v0.25.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • aa3b506 [kotlindoc] fix CCE. Fixes #155
  • 0ee77af [jar] fix NPE when resolving effectiveConfig on rootProject. Fixes #153
  • 8124b7c [base] add missing method to Person. Fixes #152

  • a331dae Prepare for release
  • fe8f11c Switch Travis to openjdk
  • ee8a923 Fix doc links
  • beeaca4 Merge pull request #156 from tlinkowski/patch-1
  • 0fc9c5b Several updates for 0.25.0
  • 666175c Fixed a broken link to autoLinks
  • 7b4596f Documented applying com.github.ben-manes.versions
  • 344e7d0 Merge pull request #154 from tlinkowski/patch-1
  • ca300a5 Add maxDepth(1) to walkTopDown()
  • 9039204 Restore missing effectiveConfig
  • 37bd620 Make sure buildinfo is applied to root project
  • 7ed40d7 Fix NPE when merging undefned repositories
  • 896729c Comment out undocumented features
  • 823143c Bump version

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

Release v0.24.0

06 May 22:07
Compare
Choose a tag to compare

Changelog

✅ Issues

  • d147b32 [kotlindoc] ensure default setting after merge. Fixes #150
  • a7ec7b2 [base] add tasks for configurations. Fixes #147. Fixes #148
  • 52184fd [base] sourceSet related tasks. Fixes #145. Fixes #146
  • 755c376 [base] validate configured task name when invoking TestSettings task. Fixes #144
  • b2991e2 [base] validate configured task name when invoking GroovyCompilerSettings task. Fixes #143
  • 1cb3807 [base] validate configured task name when invoking JavaCompilerSettings task. Fixes #142
  • e430681 [integration/functional] Fix MPE when Groovy plugin is applied. Fixes #140. Fixes #141

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

Release v0.23.0

06 May 22:06
Compare
Choose a tag to compare

Changelog

✅ Issues

  • 5529fdf [licenseing] configure gradle tasks earlier. Relates to #137
  • 3d7315e [licensing] document additional mappings. Relates to #136
  • 9e9bb68 [licensing] check & format Gradle build files. Fixes #137
  • 3ce250d [licensing] map kt/scala extensions by default. Fixes #136
  • 1b7e45e [scaladoc] let scaladocs use 'javadoc' classifier. Fixes #130. Closes #131
  • ddfc5d1 [base] don't merge extension unto itself. Fixes #134
  • 28ecfca [base] fixed org.kordamp.gradle.plugin.base.plugins.Plugin.merge. Fixes #132

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski