kordamp-gradle-plugins

A collection of Gradle plugins

APACHE-2.0 License

Stars
138

Bot releases are visible (Hide)

kordamp-gradle-plugins - Release v0.8.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.7.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.6.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.5.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.45.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 673bed2 [publishing] refactor how signing may be configured.
  • 7f6129c Remove references to Bintray. Fixes #463
  • 047b52c Aggregate code quality tasks should be added as dependencies to check task. Fixes #459
  • 82c6649 [base] use method access instead of property access. Fixes #456
  • 65322da [settings] deffensice copy of chilren projects. Fixes #455
  • 667e1db [source-html] aggregates should have a onlyIf guard with their dependencies. Fixes #451
  • b95131a [source-html] Do not execute aggregate if srcdirs is empty. Fixes #450
  • 115667b [base] print out details for TaskInputs/TaskOutputs types. Fixes #452

  • 3af05ab Prepare for release
  • febc316 Update dependencies
  • 6ad27a1 [plugin] remove publishRelease task
  • 732e610 Deactivate bintray validation
  • 12d93c2 Prepare for jgit upgrade
  • 18ac0f1 [profiles] fix documentation on activation
  • 08d0f61 [base] ignoreFailures should be false by default. Fies #457
  • a21eea3 Fix build breakage due to #455
  • ecbddbd Remove references to jcenter
  • 8fcfa27 Bump version
  • 79ca6c4 Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.44.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 79f6e2c [bintray] deprecate plugin. Fixes #447
  • 14c5e12 [jacoco] Use property notation instead of method notation. Fixes #446

  • 8ef612c Prepare for release
  • d2eb9b2 [javadoc] copy doc-files. Fix for #449
  • c914d31 Mark all @InputFile(s) with PathSensitivity.RELATIVE
  • ad90d35 Remove travis CI config file
  • 69a3e18 Bump dependencies
  • c0517b9 Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.43.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 1a07cc3 [deteckt] do not set aggregateDetekt.ignoreFailures to false by default. Relates to #432
  • 6a9cc40 [coveralls] fix default enable status. Fixes #419
  • 04d264a [scaladoc] add option to generate empty JAR. Fixes #445
  • 855d6fc [groovydoc] add option to generate empty JAR. Fixes #444
  • d8924f5 [javadoc] add option to generate empty JAR. Fixes #443
  • d151a58 [source] add option to generate empty JAR. Fixes #442
  • 85c244b [base] fix visibility of coveralls config in multi-project. Relates to #419
  • aa35d1d [jar] add Build-Jdk-Spec to manifest. Fixes #441
  • 81061ee [reproducible] Add a plugin for reproducible builds. Fixes #435
  • 685ab2d [base] add task to display the archives configuration. Fixes #440
  • 1bccafa Skip task registration if plugin is disabled. Fixes #431
  • dae16b4 [javadoc] add optio to skip auto JDK link. Fixes #438
  • 9781dcd [settings] skip buildSrc, gradle, build directories when layout = standard. Fixes #439
  • dfdddeb [settings] Do not cache project structure by default. Fixes #436
  • f66770f Use ISO-8601 for time frmat. Fixes #434
  • 344100d Fix aggregate jacoco reports. Fixes #433

  • 0f34ff1 Prepare for release
  • 8339f54 [settings] normalize project name check
  • 70a90de Increase test logging
  • 392d585 Capture build artifacts (2)
  • 1fcf00d Capture build artifacts
  • 9f2bb9a Attempt to fix broken test on Windows (2)
  • 7ef1392 Attempt to fix broken test on Windows
  • 9bf5c6b [project] add include/exclude options to CopyDependenciesTask. Relates #430
  • 9d082a5 Update license headers
  • d31f8d0 Bump version
  • c881a48 Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.42.1

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • be5afda [project] add a copy dependencies task. Fixes #430
  • 2ca2397 [java-project] refactor and simplify use of optional configuration. Relates to #429
  • 65ed40b [java-project] apply optional dependencies to compile/runtime classpaths. Fixes #429
  • cdb648e [base] additional checks on domainset.isEmpty(). Fixes #428
  • f04093c [settings] Fix layout property type. Fixes #427

  • ea94b87 Prepare for release
  • 02a875c Bump version
  • db124cd Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.42.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 890a0c6 [publishing] fix adding platforms to generated POMs. Fixes #425
  • fc0e8f7 [testing] fix test time report. Fixes #424
  • 74c07c7 [base] merge jacoco before coveralls. Relates to #419
  • 588fdf6 [licensing] skip META-INF/groovy. Relates to #423
  • 35c2fd9 [licensing] Add HTML report for aggregate license task. Fixes #421 Bonus: added JSON reports
  • 4835339 [licensing] license report should use runtimeClasspath configuratin. Fixes #420
  • dd6d71c [licensing] add mappings property to DSL. Fixes #422
  • 5298871 [licensing] add excludes/includes properties to DSL. Fixes #417
  • f753704 [licensing] skip format/checks on Gradle/Maven files found in build dir. Fixes #423
  • fe717fc [insight] add configurable project display count to summary report. Fixes #416
  • a6db991 Honor Sonar properties before validation is performed. Fixes #418
  • d24d3c9 [base] do not use Collections.emptyMap() as value. Fixes #413

  • d059a7c Prepare for release
  • 5c26cc1 Merge pull request #426 from musketyr/patch-2
  • 170e8e6 bundle the whole build directory
  • c506f0f bundle reports after failure
  • 55b7e1f Update readme
  • 8544c11 Update readme
  • 769a714 Merge pull request #414 from ursjoss/doc-update
  • 8fc2994 Pull along documentation with changes from #402 (setLayout)
  • 9d3ea56 Bump version
  • 7138234 Update changelog

Contributors

Andres Almiray, GitHub, Vladimir Orany, Urs Joss

kordamp-gradle-plugins - Release v0.41.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • ca11182 [inline] more options for inline.target. Fixes #412
  • 058fdeb [base] more options for dependency handler. Fixes #411
  • 2e1a332 [java-project] add a configuration for optional dependencies. Fixes #410
  • 39e7863 [base] support additional manifest entries related to Implementation. Fixes #409
  • 807b317 [settings] switch usages of when for includeIf in plugins DSL. Relates to #407
  • 688fb11 [settings] allow explicit project exclusions in all layouts. Fixes #408
  • ef18f20 [settings] switch from when() to includeIf(). Fixes #407
  • b912e76 [sonar] add sonar.password. Relates to #406
  • e2c6ae8 [sonar] fix sonar login properties. Fixes #406
  • be7a782 [sonar] allow sonar properties to be properly overriden. Fixes #405
  • f0e8874 [settings] allow project autodiscovery with multi-level layout. Fixes #404
  • 76f5b99 [settings] cache project structure. Fixes #403
  • 360c2ac [settings] rename inclusion methods of explicit layout. Fixes #402
  • 3fe11b0 [settings] allow additional exclusions in the plugin DSL. Fixes #401
  • 96fc2ed [base] propagate enabled state. Fixes #331
  • 0abcae1 [base] implement mmerge strategy for remaining domain sets. Fixes #400
  • ad9153c [Licensing] rework how mmerge startegy works. Fixes #399
  • 5f207b4 [base] add missing info section to effectiveSettings task. Fixes #398
  • 2d983f4 [inline] support plugin aliases. Fixes #397
  • b53a3c8 [inline] support inlining plugins by their latest release. Fixes #396
  • be60da6 [base] let the dependencyManagement suggest/force versions. Fixes #389
  • e92bbfe [base] rename dependencies block to dependencyManagement. Fixes #388
  • fae21b1 [base] refactor DependencyHandler. Fixes #390
  • 4011d17 [inline] handle expanded project regex with args. Fixes #395
  • ee0e4c5 [integration] conditionally include unit test output. Fixes #387
  • b64340b [testing] support tests JARs. Fixes #384
  • 50961a2 [inline] add various flags to control behavior. Fixes #391 #392 #393 #394
  • 38d2c64 [base] display plugin information. Fixes #383
  • 23b607e Extend from BuildAdapter instead of implementing BuildListener. Fixes #381

  • 3884e01 Prepare for release
  • 69654ba Update dependencies
  • e4161c9 [base] Disable dependencyManagement.resolve() by default
  • 74f1b44 Move dependencyManagement.resolve deeper
  • 263cb85 Integration and functional tests must run if check is given
  • 79fd4b7 Adjust BOM plugin
  • e5f5686 [base] dependencyManagement must be resolved before the task graph is ready
  • d933cd6 Mind file separator in integration test setup
  • 0e2d64b Rollback use of tasks.configureEach for now
  • 84dca1a Update kotlin snippets
  • 15c5df2 Fix broken build due to #406
  • b2b3c00 [settings] skip buildSrc, gradle dirs if found at the root
  • 8259494 [settings] skip build directory in project autodiscovery
  • e897162 [settings] cache project structure by default
  • 3003411 [settings] skip hidden directories and
  • 12af4dc [base] support single '*' glob pattern
  • 2d91dd0 [base] trigger dependencyManagement resolution as late as possible
  • 54ec14e Fix deprecation warning
  • 14f9f18 Fix plugins DSL
  • 57f9241 Swicth to tasks.withType(t).configureEach
  • da7fc2b Repurpose regex evals as glob evals
  • 69cc6b7 [settings] memoize patterns
  • 95ccf9e Fix broken build
  • 8bf4820 [base] Resolve platforms before execution.
  • ce3a44e [licensing] simplify exclusion expressions
  • 2e4a260 [inline] cache default plugin list
  • 3b63ab0 Update testing doc with kotlin example
  • 0766e41 Fix usage of KORDAMP_INLINE_ENABLED flag
  • 24ec640 Add an @Option method to EchoTask
  • 6beca61 Merge pull request #380 from ursjoss/guide_dokka
  • 97c9cdd Fix guide documentation to go along with c3fbe2c0
  • b5e783f Bump version for next development cycle
  • 6561b11 Update changelog

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.40.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 006d7c7 [base] let priority/provider resolution be prioritized. Fixes #379
  • c25d301 [testing] add a time limit for flagigng slow tests. Fixes #377
  • 08143a8 Do not mutate merged collections in place. Fixes #373
  • 4548105 Add javadoc to dependency/bom DSL. Fixes #374. Relates to #375
  • 888cc1a Add parameter names to dependency DSL. Relates to #374
  • c5a493b [insight] add a build summary report. Fixes #368
  • c3fbe2c [kotlindoc] upgrade to latest Dokka. Fixes #364
  • 48a36a0 [inline] support expanding goals with project regex. Fixes #367
  • e22b52c [base] don't fail the build when Idea imports the project. Fixes #370
  • 7291a2a [testing] let colors be customized. Fixes #369
  • 7058a37 Add 'applied by' to plugin reference in guide. Fixes #365
  • fd872c2 [base] support enum state. Fixes #371
  • 173a84c [base] fix initial value handling of state properties. Fixes #372
  • 2c14590 [license] add tasks for formatting Maven files. Fixes #366
  • 39f8f31 Generate test reports even if test fail. Fixes #362

  • d6f1eca Prepare for release
  • ee96f78 Remove release workflow. Changelog generationis still borked
  • aa20e1d Update codenarc version
  • 9ec957f [insight] Report wall clock time instead of linear time
  • 2524274 [dependencies] support g:a notation for gav() and ga() methods
  • e9c7a9b Add more content to testing plugin in guide
  • bb3c880 Rearrange insight section in guide
  • bc30770 Clarify dependency DSL in guide
  • 6a6e30d Remove deprecated methods
  • 24d8210 Additional methods for creating property states
  • 7d35134 [licensing] licenseMaven should skip pom files in build directory
  • 2540bec Wire version of quality tools in guide
  • 32ddaf6 Update dependencies
  • 34daefd Update dependencies
  • 35c1997 Update build & dependencies
  • d1deba3 Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.4.0

Published by aalmiray over 3 years ago

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

kordamp-gradle-plugins - Release v0.39.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 0d231b4 [plugin] do not enhance pluginMarker publication. Fixes #355
  • 13748af [javadoc] make sure javadocJar is added to main publication. Fixes #354
  • eaffab5 [bom] disable unnecessary artifacts for publication. Fixes #353
  • 364ffc4 [base] fix display of buildInfo section. Fixes #352
  • 5b41776 [base] AbstractReportingTask should not output empty values. Fixes #348
  • bb98d73 [base] respect property case. Fixes #347
  • a48d02d [base] check argument for null. Fixes #349
  • 3922285 [cpd] typos in map output. Fixes #350
  • 10d7b25 [bom] typos in map output. Fixes #351
  • c3d386d [inline] adapt plugin properties . Fixes #346
  • a7af587 [inline] allow plugins to be executed inline. Fixes #344
  • e64b416 [plugin] support multiple plugin definitions. Fixes #151

  • f1fdd06 Prepare for release
  • 24c97de java-project should include errorprone
  • c96e0e2 Update dependencies
  • 8fb54b4 Move kordamp state classes to internal package
  • 76445bc Normalize check when plugin is applied
  • 85e1cb0 [inline] Base class for PropertyAdapter impls
  • e581aa8 Add echo plugin
  • c35b1e0 Bump version for development
  • 6b39827 Update changelog

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.38.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • fee142b Update code snippets in guide. Fixes #340
  • 195de63 [sonar] coverage report has 0%. Fixes #335
  • 8c28343 [base] effective settings should take into account hidden sections. Fixes #339
  • f1ea689 [jacoco] include project dependencies in reports. Fixes #338
  • 8d52b5f [jacoc] re-enable additional class directories in report setup. Fixes #337

  • 064dba9 Prepare for release
  • c4a5b72 Update gradle wrapper to latest
  • ace4bfd Document property defaults
  • 4eb2595 Fix broken build
  • 91db408 Update property/provider support
  • 33059aa [sonar] pass absolutepath for jacoco reports. Related to #335
  • 157cb09 [Base] fix setting enabled state in plugins, specifically Testing. Closes #336
  • e483872 Rename changelog workflow to release
  • 5752793 Add changelog generator workflow
  • 243342a Bump version for next development cycle

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.37.1

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 5b13d96 Handle normalization of plugin enabled state in postMerge(). Fixes #331

  • 6a35dca Prepare for release
  • 503cc4e Update docs
  • 00f0326 Additional tweaks to config merge
  • 1d900a5 Upgrade gradle wrapper to latest
  • 43c9102 Merge pull request #333 from ursjoss/bug/detekt
  • 9919f54 Fix resolveConfigFile in static context

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.37.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • a289f9f [license] support YAML and TOML formatting. Fixes #330
  • 16729be [stats] support TOML files. Fixes #329
  • 0724e73 Fix license URL in readme. Fixes #328
  • e2747b1 [base] effectiveSettings only shows info for configured plugins. Fixes #327
  • c65ee15 Add CPD support. Fix TaskSettings. Fixes #325. Fixes #326
  • 67e5557 Provide aliases for common Maven goals. Fixes #322
  • 11a0e61 [properties] support yaml/toml properties. Fixes #321
  • 4796e67 Remove effectiveConfig. Fixes #320
  • 54fe901 Custom listeners to workaround afterEvaluate constraints. Fixes #319
  • ec7aa9d [pmd] additional checks for ruleSetFiles location. Fixes #318
  • e7f57d1 [detekt] additional checks for configFile location. Fixes #317
  • 86e3325 [checkstyle] additional checks for configFile location. Fixes #316
  • 53436b1 [codenarc] additional checks on configFile locations. Fixes #304
  • a86731c Several updates related to dependency handling: - [base] central configuration for dependencies. Fixes #311 - [bom] do not define scopes. Fixes #308 - [bom] use version expressions. Fixes #309 - [publishing] use version expressions. Fixes #310 - [publishing] publish compile+runtime by default. Fixes #312 - [jar] missing configurer action for manifest. Fixes #313 - [jar] fix classpath calculation. Fixes #314 - [minpom] take platformms into acccount. Fixes #315
  • 44f4dd8 [codenarc] add configFile rules. Fixes #304
  • 119f0bc [publishing] support custom . Fixes #306
  • 5ab8847 [bom] support custom . Fixes #305
  • 0713eef [java-project] add a task to display configured platforms. Fixes #303
  • 796ad7a [java-project] configure a platform in multiple configurations at once. Fixes #302
  • 7f84427 [groovydoc] let links be overriden by url. Relates to #301
  • aa8ed61 [groovydoc] fix hardcoded groovy links. Fixes #301

  • c18adbd Prepare for release
  • 5118333 Update dependencies
  • 62a1862 [base] fix plugins visibility
  • 047d861 Change Toml library
  • d8a0f3f Fix broken build
  • c7135ef Remove files from build directory
  • 0b30cfb [base] group default tool versions into a resource file. Fiexs #324
  • 56cfd02 Update dependencies
  • 8bc90b5 Merge pull request #323 from ursjoss/chore/detekt-1.9.1
  • 65ab560 Bump detekt from 1.8.0 to 1.9.1
  • 47b970c Property & Provider support
  • 92e2f1d [base] parse short notation dependencies
  • a56f5f3 Additional updates for handling android projects
  • 0c2da9e Misc updates to make Kordamp work with Android projects
  • a979b50 Fix typo in guide
  • 5f67456 Fix links in guide
  • f2cfe81 Handle project dependencies with DependencyHandler
  • 4e7ebb0 [base] let dependencies lookup their parent defintion
  • d4f60a3 Handle qnames in POM generation
  • 5fc7201 Wrap ConfigureUtil. Remove @Canonical and custom toString() methods
  • 9e25cf5 Specify return type in closure methods
  • 6e34b0c Update changelog
  • 15bc110 Bump version for next development cycle

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.36.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • bc38927 [profiles] support composite activations. Fixes #299
  • 948aa59 [settings] allow long project paths. Fixes #298
  • 7d7beef [groovydoc] set source instead of appending. Fixes #291
  • 2e29402 [publish] do not enhance PluginMarker publications. Fixes #293
  • e7d0c5c [guide] upgrade dependencies. Fixes #292

  • 137bee5 Update changelog
  • 529bd07 Prepare for release
  • f0fa451 Remove print statement from Stats
  • 525f27d Merge pull request #300 from kortov/disable-fail-fast-in-github-actions
  • 761ef47 disable fail-fast in github actions
  • 5b32aaf Quote File.separator to fix Windows path issue
  • 23afbc5 Quote File.separator to fix Windows path issue
  • 12925ea Refactor build workflows
  • ccb9deb Run build on Windows
  • 325ed49 Update build with latest DSLs
  • 9620ac2 Bump versions for next development cycle
  • d99b101 Update changelog

Contributors

Andres Almiray, GitHub, kortov

kordamp-gradle-plugins - Release v0.35.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 11c471b [profiles] add a profiles feature. Fixes #288
  • 243b026 [jar] honor config.artifacts.jar.enabled. Fixes #289
  • ff32190 [minpom] register task by default. Fixes #290
  • ed0dddc [sonar] support additional properties. Fixes #287
  • 3da25e4 [publishing] allow custom values for . Fixes #285
  • f9d8d00 Provide a CHANGELOG file. Fixes #284

  • a013f75 Do not sync plugins to Maven Central
  • cf87515 Make sure profileId has no extra whitespace
  • da9bdd9 Fix docs oon profiles
  • c6f80f1 Prepare for release
  • 7b9cc44 [base] fix closure invocation in projects DSL
  • fe9cf2d Update tool versions
  • fcf9b34 [bintray] force dependencies & add explicit versions
  • dba317b [bom] add an includes list. Foxes #286
  • e6801aa Configure build with kordamp-parentbuild

Contributors

Andres Almiray

kordamp-gradle-plugins - Release v0.34.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • 19bf2cf Support Class-Path manifest entry. Move jar, source, and minpom to new DSL element: artifacts. Fixes #280. Fixes #281
  • a4f3ede [buildInfo] add an entry for buildOs. Fixes #279
  • 8510d33 Let the testing directory be configurable. Fixes #277. Fixes #278
  • 0698579 [jacoco] support exclusion patterns. Fixes #176
  • a186516 [bom] support import scope dependencies. Fixes #276

  • 5046e34 Prepare for release
  • 77be0fd Minor updates
  • 76e86ad Merge pull request #282 from ursjoss/chore/detekt-1.8.0
  • 478c7d9 Bump detekt from 1.7.2 to 1.8.0
  • 712ff45 [licensing] update dependencies
  • 3f4758e Biump version for next dev cycle

Contributors

Andres Almiray, GitHub, Urs Joss

kordamp-gradle-plugins - Release v0.33.0

Published by aalmiray over 3 years ago

Changelog

✅ Issues

  • deb4622 [source-html] support kotlin/scala sourcesets. Fixes #266

  • 3e43dba Workaround gradle plublishing plugin
  • 7997609 Bump version
  • 16957be Update dependencies
  • 5521833 Bump detekt from 1.7.1 to 1.7.2 (#275)
  • c4711a8 Merge pull request #274 from ursjoss/chore/detekt
  • c283b31 Bump detekt from 1.7.0 to 1.7.1
  • 84d6ace Merge pull request #272 from ursjoss/guide/262
  • 0be243e Merge pull request #273 from ursjoss/chore/detekt
  • ecf18da Bump detekt from 1.6.0 to 1.7.0
  • 98196aa [262] - Create the images dir
  • dbd76de [262] - Define imagesdir and includedir for IntelliJ
  • 799d8a0 [262] - Explicitly mention the path where the GuidePlugin expects the imagesDir
  • 13ebce3 Remove obsolete childProject configuration
  • b09d4b8 Sonar: Improve passing properties to sonar
  • 1192732 TODO about configProperties currently not being used (?)
  • 1e155b9 Don't explicitly merge ignoreFailures
  • 4d5cdbf [sonar] add support
  • 1b62455 Fix some typos
  • 45269b2 Fix ErrorProne documentation
  • a81693f Sonar: Improve passing properties to sonar
  • 2fee0eb sonar documentation: Fix the checks according to the feedback in review
  • 3c6ac95 Additional sonar config parameters from the effectiveConfiguration
  • fc6e00a TODO about configProperties currently not being used (?)
  • a5ec2cf First draft of the sonar-gradle-plugin documentation
  • 758dcd8 Don't explicitly merge ignoreFailures
  • 334ab01 [sonar] add support
  • 5368294 [Kotlindoc] - fix aggregation of kotlindoc for multi-module project (#270)
  • 458d2b0 Add missing checks
  • fad4ffe Merge pull request #269 from ursjoss/bug/267-abstract_method
  • ea77ed7 Bump to versioning-2.12.1 (untested)
  • 4d147d7 [267] - temmporarily downgrade version plugin to 2.11.0
  • 0a4aa4c [kotlindoc] Fix copy/paste issue (#268)
  • 52fce1f Merge pull request #265 from ursjoss/bug/kotlindoc
  • e5e2f33 Remove obsolete file
  • d77c1d9 Merge pull request #264 from ursjoss/guide/ant-patterns
  • da8856e Remove duplicate line
  • 84f4eb0 Use DependencyHandler for adding the dokka-fatjar dependency
  • 6d2ca28 Set archiveClassifier for docTask
  • 6b7b968 Fix suffix configuration for sourceLink and document in guide
  • 0d2efb4 Fix configuration for sourceLinks
  • a64a8e5 Fix guide to not list the non-existing property dir
  • 295b28b Fix ant-patterns in guide
  • a164ae3 Update dependencies
  • bef214c Merge pull request #239 from musketyr/patch-1
  • 5f6b62c Fix broken build
  • 32a13ad Merge pull request #263 from ursjoss/patch-1
  • ca7c9e2 Bump detekt from 1.5.0 to 1.6.0
  • b887a30 Add dependency report task
  • ece47f4 Register source & javadoc variants
  • cf689c6 Add plugins and summary project reports
  • d09b830 Generate team & dependency update reports
  • 1772a54 Bump version
  • ce6522a upgraded to the latest Coveralls plugin

Contributors

Andres Almiray, Urs Joss, GitHub, Vladimir Orany

Related Projects