diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a666212..2e586d9 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,9 +44,6 @@ jobs: - name: Fetch Sources uses: actions/checkout@v4 - - name: Gradle Wrapper Validation - uses: gradle/actions/wrapper-validation@v3 - - name: Setup Java uses: actions/setup-java@v3 with: @@ -54,9 +51,9 @@ jobs: java-version: 17 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: - gradle-home-cache-cleanup: true + validate-wrappers: true - name: Export Properties id: properties @@ -190,9 +187,9 @@ jobs: java-version: 17 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: - gradle-home-cache-cleanup: true + validate-wrappers: true - name: Setup Plugin Verifier IDEs Cache uses: actions/cache@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ac987..0bb4b10 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.5.0] - 2025-02-24 + - Add proper support for disabled modules ## [2.4.1] - 2025-01-29 @@ -145,6 +147,8 @@ The first public release of the plugin. +[2.5.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.5.0 + [2.4.1]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.1 [2.4.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.0 @@ -203,4 +207,4 @@ The first public release of the plugin. [1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0 -[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.4.1...HEAD +[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.5.0...HEAD diff --git a/gradle.properties b/gradle.properties index 164585f..e1297a9 100755 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin pluginName = Cycode pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin # SemVer format -> https://semver.org -pluginVersion = 2.4.1 +pluginVersion = 2.5.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 231