Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/jetbrains/intellij/tasks/RunIdeBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ abstract class RunIdeBase : JavaExec() {
9494
* Default value: [PrepareSandboxTask.getDestinationDir]
9595
*/
9696
@get:InputDirectory
97-
@get:PathSensitive(PathSensitivity.NONE)
97+
@get:Classpath
9898
abstract val pluginsDir: DirectoryProperty
9999

100100
/**

0 commit comments

Comments
 (0)