diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6c53a2..be14d24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 ] diff --git a/README.md b/README.md index 7d25541..50bfd1b 100644 --- a/README.md +++ b/README.md @@ -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.