-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade Gradle IntelliJ Plugin from 1.17.4 to 2.9.0 #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Qodana Community for JVM21 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
… full configuration migration Co-authored-by: adrienpessu <[email protected]>
|
@copilot review the build errors and fix the PR |
…2.9.0 Co-authored-by: adrienpessu <[email protected]>
I've analyzed the build errors and made the necessary fixes. The main issue was with plugin dependency configuration in the new IntelliJ Platform Gradle Plugin 2.9.0. Fixed in commit fc2ca23:
Remaining issue:
These domains are currently blocked by the firewall (as mentioned in the PR warning). To complete the build, please add these URLs to the firewall allowlist in the Copilot coding agent settings. Once network access is enabled, the build should complete successfully with the plugin configuration fixes I've implemented. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
plugins()tobundledPlugins()for Git4IdeaSummary
Successfully identified and fixed the primary build configuration issue with the IntelliJ Platform Gradle Plugin 2.9.0 upgrade:
Fixed Issues:
plugins(pluginList)tobundledPlugins(pluginList)for bundled plugins like Git4Idea, which is required in plugin version 2.xNetwork Issue Identified:
The remaining build failure is due to blocked access to JetBrains repositories:
cache-redirector.jetbrains.comdownload.jetbrains.comThese domains need to be added to the firewall allowlist for the IntelliJ Platform artifacts to be downloaded successfully.
The plugin upgrade configuration is now correct and will work once network access is enabled.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.