Skip to content

Commit

Permalink
fix: Mark coroutinesJavaAgentFile as a classpath entry (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
blorente authored Sep 3, 2024
1 parent 4764f1b commit 21d13e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Fixed

- Fixed caching for `IntelliJPlatformArgumentProvider.coroutinesJavaAgentFile`.
- `intellijPlatform.pluginConfiguration.description` appends content instead of replacing it [#1744](../../issues/1744)
- The `disabledPlugins.txt` file is not updated when disabling bundled plugins [#1745](../../issues/1745)
- Plugin sandbox created by `IntelliJPlatformTestingExtension` is not correct for `localPlugin(org.gradle.api.artifacts.ProjectDependency)` [#1743](../../issues/1743)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ class IntelliJPlatformArgumentProvider(
@PathSensitive(RELATIVE)
val intellijPlatformConfiguration: FileCollection,

@InputFile
@PathSensitive(RELATIVE)
@Classpath
@Optional
val coroutinesJavaAgentFile: Provider<RegularFile>,

Expand Down

0 comments on commit 21d13e6

Please sign in to comment.