The dev channel is failing at buildPlugin:
Task name matched 'buildPlugin'
Selected primary task 'buildPlugin' from project :
Resource missing. [HTTP GET: [https://repo.maven.apache.org/maven2/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom](https://www.google.com/url?q=https://repo.maven.apache.org/maven2/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom&sa=D)]
Resource missing. [HTTP GET: [https://d2cico3c979uwg.cloudfront.net/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom](https://www.google.com/url?q=https://d2cico3c979uwg.cloudfront.net/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom&sa=D)]
Resource missing. [HTTP GET: [https://d2s4y8xcwt8bet.cloudfront.net/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom](https://www.google.com/url?q=https://d2s4y8xcwt8bet.cloudfront.net/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom&sa=D)]
Resource missing. [HTTP GET: [https://dtahfujkndrht.cloudfront.net/packages.jetbrains.team/maven/p/ij/intellij-dependencies/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom](https://www.google.com/url?q=https://dtahfujkndrht.cloudfront.net/packages.jetbrains.team/maven/p/ij/intellij-dependencies/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom&sa=D)]
Resource missing. [HTTP GET: [https://dtahfujkndrht.cloudfront.net/plugins.jetbrains.com/maven/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom](https://www.google.com/url?q=https://dtahfujkndrht.cloudfront.net/plugins.jetbrains.com/maven/idea/idea/2025.3.1.1/idea-2025.3.1.1.pom&sa=D)]
Downloading [https://download.jetbrains.com/idea/idea-2025.3.1.1.dmg](https://www.google.com/url?q=https://download.jetbrains.com/idea/idea-2025.3.1.1.dmg&sa=D) to /Volumes/BuildData/tmpfs/tmp/.gradle/.tmp/gradle_download13803687006155133746bin
It looks like 2025.3.1.1 has been removed.
The flutter plugin uses 2025.2.3.9 and I'm inclined to move to that.
Observations:
- we should probably use the same
ideaVersion for both plugins
- we should have a better system for tracking and pinning the stable build version
- (this would be moot if we had a single build for both or a combined plugin
The dev channel is failing at
buildPlugin:It looks like 2025.3.1.1 has been removed.
The flutter plugin uses
2025.2.3.9and I'm inclined to move to that.Observations:
ideaVersionfor both plugins