From 768262bcf60034e193f96da4a2c6c6fc796d400c Mon Sep 17 00:00:00 2001 From: PrzemyslawSwiderski Date: Wed, 18 Dec 2024 03:42:23 +0100 Subject: [PATCH] chore: intellij-platform-gradle-plugin updated --- .github/workflows/build.yml | 6 ------ .github/workflows/post-release-updates.yml | 2 -- .github/workflows/release.yml | 2 -- build.gradle.kts | 1 - gradle/libs.versions.toml | 2 +- 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c84e02..6d8d72c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,8 +54,6 @@ jobs: # Setup Gradle - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - gradle-home-cache-cleanup: true # Set environment variables - name: Export Properties @@ -116,8 +114,6 @@ jobs: # Setup Gradle - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - gradle-home-cache-cleanup: true # Run tests - name: Run Tests @@ -159,8 +155,6 @@ jobs: # Setup Gradle - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - gradle-home-cache-cleanup: true # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/post-release-updates.yml b/.github/workflows/post-release-updates.yml index 775a312..f7d71d5 100644 --- a/.github/workflows/post-release-updates.yml +++ b/.github/workflows/post-release-updates.yml @@ -32,8 +32,6 @@ jobs: # Setup Gradle - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - gradle-home-cache-cleanup: true # Update Plugin Version to new one - name: Update Version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc4b212..472eca9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,6 @@ jobs: # Setup Gradle - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - gradle-home-cache-cleanup: true # Update Plugin Version to new one - name: Update Version diff --git a/build.gradle.kts b/build.gradle.kts index 2f49d7d..0429d20 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,6 @@ dependencies { // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. plugins(platformPlugins.split(',')) - instrumentationTools() pluginVerifier() zipSigner() testFramework(TestFrameworkType.Platform) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0286b7f..9c77739 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ junit = "5.11.3" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-ju # plugins kotlin = "2.1.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib changelog = "2.2.1" # https://github.com/JetBrains/gradle-changelog-plugin -intelliJPlatform = "2.1.0" # https://github.com/JetBrains/intellij-platform-gradle-plugin +intelliJPlatform = "2.2.1" # https://github.com/JetBrains/intellij-platform-gradle-plugin pythonPlugin = "2.8.1" # https://github.com/PrzemyslawSwiderski/python-gradle-plugin [libraries]