Skip to content

Update org.jetbrains.intellij plugin from 1.13.3 to 1.17.4#35

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-34
Closed

Update org.jetbrains.intellij plugin from 1.13.3 to 1.17.4#35
Copilot wants to merge 2 commits intomainfrom
copilot/fix-34

Conversation

Copy link
Contributor

Copilot AI commented Jun 26, 2025

This PR updates the org.jetbrains.intellij Gradle plugin dependency from version 1.13.3 to 1.17.4 as requested in the issue.

Changes Made

  • Updated the plugin version in build.gradle.kts from 1.13.3 to 1.17.4

This is a minimal, surgical change that only modifies the single line containing the plugin version declaration:

plugins {
-    id("org.jetbrains.intellij") version "1.13.3"
+    id("org.jetbrains.intellij") version "1.17.4"
    kotlin("jvm") version "1.9.24"
    id("org.jetbrains.changelog") version "2.2.1"
}

No other files or configurations needed to be modified for this dependency update.

Fixes #34.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cache-redirector.jetbrains.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-7.3-bin/ddwl0k7mt9g6ak16i1m905vyv/gradle-7.3/lib/gradle-launcher-7.3.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.3 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: coolya <407216+coolya@users.noreply.github.com>
Copilot AI changed the title [WIP] Update depencies Update org.jetbrains.intellij plugin from 1.13.3 to 1.17.4 Jun 26, 2025
Copilot AI requested a review from coolya June 26, 2025 22:51
@coolya coolya closed this Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update depencies

2 participants