Jakub Chrzanowski

Results 68 comments of Jakub Chrzanowski

It seems this is a Windows-specific issue and #177 should be able to fix it. Could you please verify it with the `2.1.1` release?

I'm aware of this problem and investigating the root cause. Expected behavior is that Gradle reuses already transformed artifact even if build configuration changes.

Thank you for reporting! The fix will be available in `-beta2`

Thank you for reporting. The issue occurs with repositories defined in the `settings.gradle.kts` file. Fix will be available in `2.0.0-beta2` release.

Fixed with: 4befdde742bcf9e6a6e79d8fb26e3a6797a56cc0 Can you please check the latest `1.11.1-SNAPSHOT` [snapshot release](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#snapshot-release)?

@Vanco Thank you for filing the issue! In the `2.0.0-SNAPSHOT` release you'll find the latest changes that include `localPlugin` helper, which can be used as follows: ```kotlin dependencies { intellijPlatform...

Could you provide a minimal reproducible example so I could test it locally?