Update README for improved clarity and updated links.

This commit is contained in:
Jakub Chrzanowski
2026-05-04 11:11:01 +02:00
parent 837c09e956
commit 6713fa78ca
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
name: plugin-distribution
path: ./build/distributions/*.zip
# Run tests and upload a code coverage report
# Run tests and upload test reports on failure
test:
name: Test
needs: [ build ]

View File

@@ -93,7 +93,7 @@ The most significant parts of the current configuration are:
- Repository configuration moved to [`settings.gradle.kts`][file:settings.gradle.kts] using the IntelliJ Platform repositories extension.
- Configuration written with [Gradle Kotlin DSL][gradle:kotlin-dsl].
- Support for Kotlin and Java implementation.
- Plugin and dependency versions are declared directly in the Gradle build files instead of a version catalog.
- Plugin and dependency versions are declared directly in the Gradle build files.
- Integration with the [gradle-changelog-plugin][gh:gradle-changelog-plugin], which automatically patches the change notes based on the `CHANGELOG.md` file.
- [Plugin publishing][docs:publishing] through the `publishPlugin` task and GitHub Actions workflows.