Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.7.1-javadoc.jar | 2025-08-09 | 4.6 MB | |
IntelliJPlatformGradlePlugin-2.7.1-sources.jar | 2025-08-09 | 214.5 kB | |
IntelliJPlatformGradlePlugin-2.7.1-test-fixtures.jar | 2025-08-09 | 23.4 kB | |
IntelliJPlatformGradlePlugin-2.7.1.jar | 2025-08-09 | 2.5 MB | |
2.7.1 source code.tar.gz | 2025-08-09 | 732.0 kB | |
2.7.1 source code.zip | 2025-08-09 | 1.0 MB | |
README.md | 2025-08-09 | 1.1 kB | |
Totals: 7 Items | 9.1 MB | 1 |
Added
- Add RubyMine
com.jetbrains.intellij.rubymine:rubymine
Maven coordinates to theIntelliJPlatformType
Changed
- Update minimal supported Gradle version to
8.6
Fixed
- Add a check for target file existence before creating and writing to
JarOutputStream
. JetBrains/intellij-platform-gradle-plugin#1988 - Fix the incorrect rsync exclusion pattern in
DmgExtractorValueSource
- Fix macOS missing
nio-fs.jar
on bootclasspath when running therunIde
task against the local IDE. JetBrains/intellij-platform-gradle-plugin#1994 - Pass sandbox properties path with invariant separators.
- Added missing retrofit annotations to
IdeServicesPluginRepositoryService.uploadByStringIdAndFamily
- Fixed: SignPluginTask keystore options are now honored; the task runs with keystore-only configuration (no PEM key/cert required). JetBrains/intellij-platform-gradle-plugin#2001