Skip to content

Commit

Permalink
chore: intellij-platform-gradle-plugin updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawSwiderski committed Dec 18, 2024
1 parent ba01383 commit 768262b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/post-release-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 768262b

Please sign in to comment.