mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Update README for improved clarity and updated links.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 ]
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user