kordamp-gradle-plugins

A collection of Gradle plugins

APACHE-2.0 License

Stars
138

Bot releases are hidden (Show)

kordamp-gradle-plugins - Release v0.32.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • c175112 [licensing] add an option to exclude sourcesets. Fixes #255
  • dc03b1b Support publication of java-platform projects. Fixes #253
  • c26757e [jacoco] skip non existent execution data. Fixes #236
  • bf6b6ac Remove buildscan plugin. Fixes #249
  • 61a1cd2 Remove apidoc plugin. Fixes #248
  • e42df83 Refactor duplication from aggregate configuration. Fixes #247 Allow specific sources to be excluded. Fixes #242. Fixes #243. Fixes #244. Fixes #245. Fixes #246
  • f617ad4 [javadoc] configure static.javadoc.io for autoLink resolution. Fixes #241
  • 7fd3be5 [base] Set closure strategy to DELEGATE_FIRST. Fixes #238

  • 15933c0 Skip adding variants for source & javadoc
  • 5b24aca Update dependencies
  • 73243e3 Recursively apply plugins via pluginManager
  • 10b086e Merge pull request #252 from ursjoss/detekt/failFast
  • e5b3df4 Merge pull request #251 from ursjoss/bug/detekt
  • b6ba628 Detekt configuration parameter failFast
  • cc7059a Bump toolVersion to 1.4.0
  • 775462c Apply detekt to projects with plugin kotlin-base (not java-base)
  • 022dcf5 Handle IllegalStateException when configuration should not be resolved
  • 0241439 Upgrade build settings
  • 3d1b3a6 Support source & javadoc variants
  • eaa0c59 Bump version, move guide to docs subdir

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.31.2

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 43710f3 [base] support rootProject and subproject with same name. Fixes #215
  • 4220e9b [source] make sure sourceJAr is attached to main publication .Fixes #235
  • 0b809a8 [source] NPE when configuring sourceJar task. Fixes #235

  • 8d01145 Prepare for release
  • e39b425 Make doc plugins check if main publication is available
  • 0a776b4 [licensing] do not check build directory

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.31.1

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 1388e9b [javadoc] JavadocJar was not added to main publication. Fixes #234

  • 872862b Prepare for release
  • 0f45706 Remove custom toString() from config extension
  • 4e93256 Switch project.files() for project.objects.fileCollection()
  • f6da103 Align doc plugins
  • 8e8ea9f [plugin] Add a task to publish to Bintray and GPP
  • 9c4299b [plugin] rename ListPluginDescriptorsTask class
  • 3a6008a Bump version

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.31.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 67f6b3f Standardize aggregate report configuration. Fixes #232 [jacoco] Rename merge* properties to aggregate*. Fixes #233 [errorprone] add plugin support. Fixes #231 [spotbugs] add plugin support. Fixes #231
  • 7cfaca3 Simplify plugin apply procedure Rename aggregate doc taks. Fixes #226, Fixes #227, Fixes #228 Deprecate apidoc plugi. Fixes #225
  • fd830dc Support static analysis tools. Fixes #210 Support coveralls. Fixes #213 Update bintray settings. Fixes #214 Move doc plugins to 'docs' block. Fixes #216 Move coverage plugins to 'coverage' block. Fixes #217 Guide shoulkd include outout of sourceXref if available. Fixes #218 [apidoc] register aggregate tasks even if disabled. Fixes #219 [kotlindoc] register aggregate tasks even if disabled. Fixes #220 [scaladoc] register aggregate tasks even if disabled. Fixes #221 [sourceHtml] register aggregate tasks even if disabled. Fixes #222 [sourceXref] register aggregate tasks even if disabled. Fixes #223 Rename aggregate jacoco tasks. Fixes #224
  • a440bde [base] display extension settings. Fixes #211
  • ea1e91f [guide] enable publication to git branch. Fixes #207
  • 095669e Generate aggregate test & jacoco reports even if there are test failures. Fixes #208. Fixes #209
  • a0f1dff Deprecate build-scan plugin. Fixes #206

  • 94290d9 Update license headers
  • 85bc738 Update license headers
  • 9791e4f Update version for next release
  • fbae1fe Create FUNDING.yml
  • aa5c1cd Fix plugin enablement
  • b3a2766 Merge pull request #229 from seakayone/wip-fix-documentation
  • 1d6d587 Fix the SourceSet path created by the integration-test plugin in documentation
  • 8e5a209 Fix task properties
  • 63696de Standardize aggregate report locations
  • 02d0bcc Upgrade build
  • 05bfc0d Bump version

Contributors

Andres Almiray, GitHub, Christian Kleinboelting

kordamp-gradle-plugins - Release v0.30.4

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • a642741 Fix re-entrant apply. Fixes #205

  • 7a35bce Prepare for release
  • 992bc43 [jacoco] register report tasks even if test task is disabled
  • a008d72 [publishing] let dependency filtering be optional
  • 5799eda [javadoc] Do not include empty blocks in POM
  • 71b1693 Avoid forcing resolution of sourceSets
  • af68646 Simplify banner check
  • 491d167 Tweak travis settings
  • f700300 Configure banner display

Contributors

Andres Almiray, aalmiray

kordamp-gradle-plugins - Release v0.30.3

Published by aalmiray over 3 years ago

Changelog

✅ Issues

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

  • 7c546ba Prepare for release
  • 754f79e Update dokka configuration
  • b8c6862 Fix dokka issues

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.30.2

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.30.0

Published by aalmiray over 3 years ago

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

  • 72f5a54 Fix scala-project main class
  • e921f62 [clirr] query 'api' configuration only if it exists
  • 7d15aea Get ready for release
  • 452d91d Merge branch 'master' of https://github.com/aalmiray/kordamp-gradle-plugins
  • 7ec6684 More usages of Gradle's lazy task API
  • 5f503e3 [base] check javadoc tasks on Android projects
  • ffa9e76 [publishing] streamline configuration
  • c41b3af [base] add a task to display kotlin compiler settings
  • 02f0a24 [publication] fix build breakage
  • 06d9e39 [publishing] additional publication methods
  • f08c5b7 [javadoc] android projects do not have a javadoc task by default
  • 56c34f2 Fix broken build
  • dca9f92 Remove unneeded imports
  • 2439f82 Merge pull request #190 from ursjoss/integration-test_idea_issue
  • c7f0acc Merge branch 'master' into integration-test_idea_issue
  • a8ef6a5 Merge branch 'master' of https://github.com/aalmiray/kordamp-gradle-plugins
  • e58d3a2 [base] add a task to display task settings. #Fixes 194
  • 46f4546 [base] add a task to display task settings. #Fixes 194
  • 2506161 Remove the IdeaPlugin based configuration for integration/functional tests to avoid an exception in IntelliJ
  • 2be84f8 Merge pull request #188 from ursjoss/kotlin/integrationTest
  • d1878f3 Support src/integration-test/kotlin in integrationTests
  • a9f7257 Support src/functional-test/kotlin in functionalTests
  • b119a3a Add missing classes for #185 #186
  • 98ef63f Merge branch 'master' of https://github.com/aalmiray/kordamp-gradle-plugins
  • 09ee658 Bump version
  • e9ebccb Update build

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.3.0

Published by aalmiray over 3 years ago

Changelog

  • ad83b4d Getting ready for next release
  • c87e14e Add guide plugin
  • 0aa8b10 Create aggregate javadocs
  • 52b818e Use info.url for POM.url and bintray.websiteUrl
  • e792365 Check child extension overrides regarding sources, apidocs, minpom, and release flags
  • f3d0951 Add a enabled state to spec, impl, jacoco, and bintray
  • 87a0874 Project plugin shoould apply plugins in cascade. Fix for #2
  • 30d7e4e Bump to next working version
  • 3d6c2f1 Fix license data merge. Fix for #1

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.29.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.28.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

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

  • baa5e77 Prepare for release
  • fadd442 Update wrapper
  • c8e13e6 Update dependencies
  • 1a23651 Bump version

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.27.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • eb977dd [javadoc] Fix Windows paths. Fixes #171
  • ca980b6 [javadoc] Removed unused property. Fixes #174

  • 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

kordamp-gradle-plugins - Release v0.26.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.25.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.24.0

Published by aalmiray over 3 years ago

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

  • 6c42dda Fix guide
  • 2251ca5 Fix readme for release
  • 5abe205 Prepare for release
  • 6d51d6d Update dependencies
  • 4648080 [publishing] update task descriptions
  • a5d80a1 Merge pull request #149 from tlinkowski/patch-1
  • 113bd65 Fixed a typo in "licenseFormatGradle"
  • 961e1e6 Add missing description for license gradle tasks
  • 67e4199 Fix typo
  • 1639254 Bump version

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

kordamp-gradle-plugins - Release v0.23.0

Published by aalmiray over 3 years ago

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

  • acb2786 Prepare for release
  • 0fdb59e Disable build scan publication
  • 7bf2b07 Fix gradle task verification warnings
  • 2e39747 Update license headers
  • 6a5324c Update dependencies
  • f331bfe Merge pull request #138 from tlinkowski/patch-1
  • 5bf67b3 Fixed a minor typo
  • c0fffe5 Merge pull request #133 from tlinkowski/plugin-merge-bugfix
  • c49ef1b Bump versions

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

kordamp-gradle-plugins - Release v0.22.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 186dcea [base] map missing POM elements. Fixes #129
  • 50299f9 Remove deprecated plugins. Fixes #127
  • 02d3e76 [plugin] fix build error. Fixes #128

  • a38b6e2 Prepare for release
  • c6a8d87 Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.21.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 0a201f2 [base] configurable secret words. Fixes #126
  • 661cb07 [publishing] auto-configure artifact signing. Fixes #124
  • 8d25c95 [base] mask secret values. Fixes #123
  • c13eb76 [settings] support prefix/suffix addition & removal. Fixes #125
  • a650232 [base] fix CME in compiler settings tasks. Fixes #122

  • b85acb7 Prepare for release
  • 5960008 [base] use magenta to identify secret values. Related to #123
  • 59f1c78 Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.20.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • d56782a [publishing] display publication options. Fixes #121
  • 73fedef [base] display test task options. Fixes #120
  • dcb18dc [base] display groovy compiler options. Fixes #119
  • 1849eb3 [base] display java compiler options. Fixes #118

  • 75c13f3 Prepare for next release
  • 673c3a1 Display path information for java/groovy compile tasks
  • d4042e4 Fix task descriptions
  • 073e9d8 Add rules for java/groovy compiler settings tasks
  • b294ee8 Update travis settings
  • ae63152 Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.2.0

Published by aalmiray over 3 years ago

Changelog

  • 9002006 Bump for next release
  • 0463b70 Create integration/functional directory structures
  • bbd4e53 Use SPDX and Bintray licenses
  • df90c55 Add license plugin
  • 9d8688d Apply versions plugin to all projects
  • 88c7014 Add an enum that matches all Bintray licenses
  • 8b6a896 Update readme with info on the new DSL
  • 402dfd1 Add integration and functional plugins
  • dd83bc2 Add integration and functional plugins as dependencies on project plugin
  • 6e6337e Add jacoco plugin
  • c5fd394 Add Bintray plugin
  • 3850756 Add publishing plugin
  • 7e6c1a1 Add bridge methods to model actions
  • 6f89933 Add model classes
  • 5fb3c3c Fix readme
  • cd43a1a Fix title in readme
  • ec42932 Update readme with link to Bintray page

Contributors

aalmiray

Related Projects