Skip to content

Releases: kordamp/kordamp-gradle-plugins

Release v0.12.0

06 May 22:06

Choose a tag to compare

Changelog

✅ Issues

  • 7420644 Port clirr plugin. Fixes #63
  • 6c7dc14 Allow some projects to be excluded from aggregate Fixes #59 Fixes #60 Fixes #61 Fixes #62
  • cef960b Add an aggregate JAR task. Fixes #58
  • 5c7c903 Allow additional source/class directories to be specified for Jacoco reports. Fixes #57
  • 6cb2548 Fix NPE in IntegrationTest/FunctionalTest. Fixes #56
  • fe26548 Correct typos in PluginUtils. Fixes #55
  • e35b95e Add a JAR task to SourceXref. Fixes #54
  • 7809428 Add a JAR task to SourceHtml. Fixes #53

  • df2aad0 Fix guide
  • f2ef4c5 Fix plugin settings
  • bdfba52 Roll back git plugin
  • f574c5b Getting ready fot next release
  • 83110ee Configure root jacoco tasks eagerly
  • 573978c JXR JAR tasks refer to non-existing destinationDir property
  • 1e45ebd Produce aggregate groovydocs only if enabled
  • 550ace5 Create aggregate license task eagerly
  • 5b7f173 Create aggregate tasks eagerly
  • c6e796a Upgrade build to Gradle 5.0
  • 99ed0b9 Minor refactoring
  • 3a574ba Fix broken build
  • 88a7bf2 Fix broken build
  • cd9fe21 Bump version

Contributors

aalmiray

Release v0.11.0

06 May 22:06

Choose a tag to compare

Changelog

✅ Issues

  • 92c6d3b Add a note on build reproducibility. Relates to #47
  • e624ed0 Add tasks to base plugin for displaying various project data/metadata.

  • 77172bc Prepare next release
  • 10e7501 Show examples of base tasks
  • 8e0b26c Skip config.info validation if some plugins are not enabled
  • c498dbb Store merged config as an extension
  • 2669976 Refactor common plugin behavior
  • 1024dec Fix license violations
  • 8090636 Update git ignore file
  • 9a9eeeb Bump version

Contributors

aalmiray

Release v0.10.0

06 May 22:06

Choose a tag to compare

Changelog

✅ Issues

  • 41e9e85 Document release flag. Fixes #48
  • df34180 Do not force license.if. Fixes #42
  • 66f19bc Apply bintray plugin by defualt but disabled it. Fixes #46

Contributors

aalmiray

Release v0.9.0

06 May 22:09

Choose a tag to compare

Changelog

✅ Issues

  • e17b3f2 Support scm block in POM/BOM. Fixes #45
  • 9749326 Plugin for BOM generation, docs. Fixes #44
  • 368c3e3 Do not apply groovydoc/bintray when project plugin is applied. Fixes #43
  • a896d67 Allow attributes set by guide plugin to be overriden in a document. Fixes #41
  • 77fedc9 Fix typo in JarPlugin. Fixes #40
  • 7e8d2e7 Enable artifact signing, Fixes #38
  • ffbe2bd Enable release/snapshot publications. Fixes #39

Contributors

aalmiray

Release v0.8.0

06 May 22:08

Choose a tag to compare

Changelog

✅ Issues

  • 8f534ec Set buildtime to zero. Fixes #37
  • e447a37 Calculate effective settings. Fixes #35
  • 295d5a9 Skip calculation of build-info properties. Fixes #36
  • 5f5cb72 [Bintray] Skyp sync to maven central. Fixes #34
  • fecbaa6 Fix parsing of sourceXref.javaVersion. Fixes #33

  • a7d3a30 Make javadoc links unique
  • 98a8be9 Fix NPE when calculating effective settings
  • 022ddd0 Prepare for next release
  • a1bd0a7 Update kotlin dependency
  • 3d7a50f Update guide
  • 6a1ea31 Must add guide plugin explicitly since version 0.7.0
  • 0dbe1de Bump version

Contributors

aalmiray

Release v0.7.0

06 May 22:08

Choose a tag to compare

Changelog

✅ Issues

  • 70ddde6 Add source-xref plugin. Fixes #32
  • 24f993b Support Kotlin documentation via Dokka. Fixes #31
  • 97842d6 Add Kotlin examples to guide. Fixes #25
  • 033ef4d Configure sourceStats task in root project when there are no children. Fixes #30
  • 1aae1c5 Make generated JARs part of assemble. Fixes #26, #27, #28
  • ecfb692 Include all java sources in Groovydoc generation. Fixes #29

  • 1fab3b4 Bump version for next release
  • 63a1ad0 Apply caching hints to custom tasks
  • 1cb39bd Forgot link to kotlindoc in DSL
  • f8a4080 Fix property docs for bintray plugin
  • b0b071c Project plugin should not include guide, integrationtests, functionaltests
  • 2d08b9a Bump dependency versions
  • 308bb1d Bump version
  • 40cbd11 Publish guide

Contributors

aalmiray

Release v0.6.0

06 May 22:08

Choose a tag to compare

Changelog

✅ Issues

  • a110dc5 Add support for timezone/properties in Person. Fixes #23
  • 2e10b95 Add a guide project. Relates to #10
  • 1c81ce0 Guide plugin should copy source html report. Fixes #22
  • 0905797 SourceHtmlPlugin should filter non-existent paths. Fixes #21

  • 544dcf5 Getting ready for next release
  • 1af2d5f Fix copy of aggregate sourcehtml output in guide
  • ad54fe3 More updates to guide content
  • f9f1bf9 Apply includes/excludes to groovydoc/javadoc tasks
  • eb33cf6 Added a lot of new content to the guide
  • 2392f19 Configure new MinpomTask in plugin
  • 7832583 Configure input/outputs for SourceHtml tasks
  • 848b54e Update readme
  • 0d26b48 Add more content to the guide. Still ways to go
  • c5b1cfd Configure guide project to commit versioned guide
  • c2e9375 Used the wrong project property name to override bintrayApiKey
  • dee35f2 Define bintray username/password properties on Travis script
  • 8ec13aa Configure guide project to push to gh-pages
  • f22eb81 Update gradle settings
  • f4e743e Apply 'org.kordamp.gradle.project' plugin

Contributors

aalmiray

Release v0.5.0

06 May 22:08

Choose a tag to compare

Changelog

✅ Issues

  • 8dd5ef9 Let license aliases be defined using the DSL. Fixes #20
  • e5537df Disbale license tasks if license.enabled is false. Fixes #19
  • 20bd894 Values from config are eagerly applied. Fixes #18
  • 634d320 Let 'maven' be the default value for bintray.repo. Fixes #17
  • 3635135 Fix generation or aggregate dependency-license report. Fixes #16
  • c04a03a Add common license aliases. Fixes #15
  • 5216945 Check asciidoctor attributes before overriding them. Fixes #14
  • 10bfb61 Fix generation of aggregate source stats. Fixes #13
  • 0ae36aa Set xml and text as defualt formats for source stats. Fixes #12
  • e5ad77e Disable bintray tasks if bintray.enabled is set to false. Fixes #11
  • be6a8af Query for id.spdx() when requesting a license's name. Fixes #3

  • 76188b1 Bump for next release
  • c7fd65b Make sure to merge enabled state of spec/impl
  • b4f36d7 Add aggregate license reports
  • dde6929 Add SourceHtml plugin
  • 2cb14c4 Add userHome dir to git ignore and remove from index
  • 1e0b196 Add SourceStats plugin Move every plugin to its own package
  • f92fc43 Defer JAR configuration
  • a9c4738 Re-enabled jacoco root tasks
  • 9eab7f5 Fix aggregate api docs generation
  • cdb02d7 Do not configure tasks per sourceset
  • 9e57485 Fix readme
  • edc2527 Fix readme
  • eb1033d Bump version for next dev cycle

Contributors

aalmiray

Release v0.4.0

06 May 22:08

Choose a tag to compare

Changelog

  • 008e4c8 Getting ready for next release
  • abb4003 Fix broken tests
  • f050863 Update readem with latest details
  • 87bf9b0 Split individual plugin configuration into its own block separate form model.Information Merge ProjectConfigurationExtension instead of model.Information
  • fa0f8f2 Add javadoc and groovydoc plugins
  • 37fa3c4 Add first tests

Contributors

aalmiray

Release v0.3.0

06 May 22:07

Choose a tag to compare

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