Fix signing for releases (#3174)

* Fix publication plugin to look for the correctly-named properties

* try new secrets

* fix check for `useGpgCommand`

* Revert "try new secrets"

This reverts commit e6a96cf5eda7543599de1d5d7258ff40913db7d4.
1 file changed
tree: ca9d41fe4a96484fee5cdb472abe465d3e3267a7
  1. .github/
  2. build-logic/
  3. documentation/
  4. gradle/
  5. ktlint-api-consumer/
  6. ktlint-bom/
  7. ktlint-cli/
  8. ktlint-cli-reporter-baseline/
  9. ktlint-cli-reporter-checkstyle/
  10. ktlint-cli-reporter-core/
  11. ktlint-cli-reporter-format/
  12. ktlint-cli-reporter-html/
  13. ktlint-cli-reporter-json/
  14. ktlint-cli-reporter-plain/
  15. ktlint-cli-reporter-plain-summary/
  16. ktlint-cli-reporter-sarif/
  17. ktlint-cli-ruleset-core/
  18. ktlint-logger/
  19. ktlint-rule-engine/
  20. ktlint-rule-engine-core/
  21. ktlint-ruleset-standard/
  22. ktlint-ruleset-template/
  23. ktlint-test/
  24. ktlint-test-ruleset-provider-v2-deprecated/
  25. .announce
  26. .editorconfig
  27. .gitattributes
  28. .gitignore
  29. .homebrew
  30. ADOPTERS.md
  31. build.gradle.kts
  32. CHANGELOG.md
  33. CODE_OF_CONDUCT.md
  34. CONTRIBUTING.md
  35. gradle.properties
  36. gradlew
  37. gradlew.bat
  38. jitpack.yml
  39. LICENSE
  40. public-key.asc
  41. README.md
  42. RELEASE_TESTING.MD
  43. RELEASING.md
  44. renovate.json
  45. SECURITY.md
  46. settings.gradle.kts
  47. SIGNING.md
README.md

Key features

  • No configuration required
  • Built-in Rule sets
  • Built-in formatter
  • .editorconfig support
  • Several built-in reporters: plain, json, html and checkstyle
  • Executable jar
  • Allows extension with custom rule sets and reporters

Quick start

Follow steps below for a quick start with latest ktlint release.

Documentation

User guide

Legal

This project is not affiliated with nor endorsed by JetBrains.
All code, unless specified otherwise, is licensed under the MIT license.
Copyright (c) 2019 Pinterest, Inc.
Copyright (c) 2016-2019 Stanley Shyiko.