kordamp-gradle-plugins

A collection of Gradle plugins

APACHE-2.0 License

Stars
138

Bot releases are hidden (Show)

kordamp-gradle-plugins - Release v0.19.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • a683ee7 [plugin] fix missing information in POM. Fixes #116

  • 53ec8a9 Revert git-publish version
  • b2b3c1b Prepare for next release
  • 7fe6fe4 Update dependencies
  • d35dc91 Update badges in readme
  • af23e50 Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.18.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • d403a04 Fix several guide issues. Fixes #113 #114 #115
  • 3badbc0 [jacoco] automatically disable if no tests. Fixes #112
  • b8f767a [base] add a task to list included builds. Fixes #111
  • 311fb88 [base] add a task for listing projects. Fixes #110
  • a3ba6b7 Fix NPE in clirr plugin. Fixes #109
  • 63f47d2 [testing] add an allTests task. Fixes #108
  • ae626b1 [settings] expose project inclusion methods. Fixes #107

  • 8b30953 Prepare for next release
  • 5362d29 Upgrade gradle wrapper to 5.4
  • 25d599d [testing] Skip printing test results for Gradle Test Executor suites
  • 00e75de ListProjectTask should only be added to root project
  • 8dbcb3b Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.17.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 520d717 [functional-test] Do not use compile/runtime configurations. Fixes #106
  • ddc1fff [integration-test] Do not use compile/runtime configurations. Fixes #105
  • 7cf2375 [javadoc] support auto links. Fixes #104
  • 6c7ecc3 [javadoc] Fix links. Fixes #103
  • 96cea14 [javadoc] apply custom options. Fixes #102

  • 7f26775 Getting ready for release
  • 0a503b8 Support integration/functional kotlin/scala source sets
  • 2f47c28 Update dependencies
  • b9e361c Refactor base reporting task
  • 26cbef9 Replace blocks annotated with @CompileDynamic with more static code
  • c5b4aa6 Fix javadoc auto link resolution
  • 48e657b [javadoc] check auto links task should be in Documentation group
  • 530f2b5 Bump version for next development cycle

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.16.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 3a14239 [settings] allow automatic discovery of projects in 'two-level' layout. Fixes #92
  • c7a2fdc [javadoc] calculate javadoc link automatically. Fixes #97
  • 6475c62 Add a plugin for conditionally accepting build scans. Fixes #95
  • 82389e8 [base] honor plain console settings. Fixes #93
  • c697ad7 Add plugin-gradle-plugin. Fixes #94
  • 46df29a [publishing] fix POM publication. Fixes #91
  • 6d2e6c8 Fix kotlin dsl instruction when applying settings plugin. Fixes #90

  • 5fc869e Prepare for next release
  • 56e8630 Add missing source file
  • d2b636a Several updates
  • 259ffec Upgrade wrapper to 5.3.1
  • 75c4ca9 Add JAR manifest to normalization rules
  • be05d81 MAke sure bintray credentials are defined
  • 4caeb59 Bump version for next development cycle
  • 90164a8 Prepare for next release
  • 6604da6 s/!isBlank/isNotBlank/g
  • d566858 Bump version
  • da0ed56 Fix guide
  • 8e0ccb9 Merge pull request #89 from tlinkowski/patch-1
  • 66cbaaa Added lines setting root project name in sample settings.gradle(.kts)
  • 85372a1 Bump version

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

kordamp-gradle-plugins - Release v0.15.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • bfb510e Add a plugin for project inclusion in settings file. Fixes #88
  • ecbb31d [base] use plugin impl classname when id is missing. Fixes #87
  • 00ab1cd [base] do not force licensing validation. Relates to #82
  • 6e71dff [test] rename to testing. Fixes #84
  • 32b50d7 [license] rename to licensing. Fixes #83
  • 54ae124 Publish scaladoc JAR using main publication. Fixes #81
  • e2bba82 [scaladoc] provide aggregate tasks. Fixes #79
  • f55a42d Add scaladoc support. Fixes #78

  • e9c3b3c Prepare for release
  • 1ea3def Update guide
  • dc312e5 Fix org.gradle.api.InvalidUserDataException in stat tasks
  • 6a01453 Add a flag to skip DSL validation
  • 0213a4b Fix project plugin entry in guide
  • d62fa56 Merge pull request #86 from tlinkowski/patch-1
  • 99a1557 Fix a typo
  • 97e7a2b [base] do not force publishing validation
  • f7f9b97 Fix guide
  • f0eaf31 Remove warnings found in plugin properties by annotating with @Internal
  • 9b31313 Fix typos
  • c3bfdb9 Bump version
  • e2b9518 Make sure aggregate groovydocs are produced
  • 3803dcb Fix guide
  • bf76ee7 Update dependencies
  • fa2aab2 Bump for next iteration

Contributors

aalmiray, Andres Almiray, GitHub, Tomasz Linkowski

kordamp-gradle-plugins - Release v0.14.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 704cc87 Add Test dsl & plugin Fixes #74 Fixes #75 Fixes #76
  • ff55aee [base] use ANSI colors in reports. Fixes #73
  • 6684293 [stats] include kts in count. Fixes #72

  • f794b88 Prepare for next release
  • e894bd1 Update dependencies
  • a843b3d Document tasks added by test plugin.
  • 67793f5 Document tasks added by test plugin.
  • 80c5fdc Document tasks added by test plugin.
  • 03052c1 Clear line before priting test results
  • ad08d85 Allow kotlin DSL to set license id usign a string literal
  • b34de83 Upgrade versions

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.13.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • a3b432f Add support for block in poms. Fixes #68. Fixes #69. Fixes #70
  • 1db34d3 Add an option to BOM for disabling auto inclusion of projects. Fixes #67
  • e6f2b78 Fix publication to local directory. Fixes #66
  • e5d77b5 Use 'main' as default publication. Fixes #65
  • 632d7aa Fix publication to local directory. Fixes #64

  • 331ab23 Prepare for next release
  • 1fd6317 Update docs
  • 0369f41 Add an example for publishing to Maven Central
  • 2eb9f4e Document usage of LicenseId in license block
  • ec75b09 [Base] Report core plugin ids in plugins task
  • 04a6315 Fix broken tests
  • 73fb3d6 Apply task avoidance API, use static compilation when possible
  • 11713ba [jacoco] apply task avoidance API, use static compilation when possible
  • 18d7807 [minpom] honor dependency exclusions
  • 32d6e7c [bom|publishing] apply task avoidance API, use static compilation when possible
  • 5f1141b [source] apply task avoidance API, use static compilation when possible
  • c81295a [sourcexref] apply task avoidance API, use static compilation when possible
  • 49e1c8b [stats] use static compilation when possible
  • 11bbdb1 [stats] apply task avoidance API
  • 8177143 Configure build scans
  • 6e46430 Update dependencies
  • 410f9fb Remove unnecessary script files
  • 0e5aae4 Update license headers
  • 24db48b Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.12.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.11.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.10.0

Published by aalmiray over 3 years ago

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

  • 10e27f9 Getting ready for next release
  • e92853c Normalize validation
  • 0f47bee Make all DSL elements mutable by default
  • 71056a4 Bump version

Contributors

aalmiray

kordamp-gradle-plugins - Release v0.1.0

Published by aalmiray over 3 years ago

Changelog

  • f042cfb Plugin portal requires different tags
  • 5e9388a Fix pluginId in generator
  • 113b862 Gettign ready for release
  • 0fe8c34 Describe plugins in README
  • 6f71b4b First commit
  • ad85f56 Init repository

Contributors

aalmiray

Related Projects