Scripting: check if affected scripts are changed using file modification stamp instead of mark them out of date in cache

^KT-35205 Fixed
This commit is contained in:
Natalia Selezneva
2019-12-06 15:47:20 +03:00
parent ec04f0059c
commit 31887d2fd1
8 changed files with 171 additions and 7 deletions
+2
View File
@@ -34,6 +34,8 @@
This setting currently affects only HMPP projects. You may need to delete existing test configurations for the change to take place."
defaultValue="true"
restartRequired="false"/>
<projectService serviceImplementation="org.jetbrains.kotlin.idea.scripting.gradle.GradleScriptInputsWatcher"/>
</extensions>
<actions>
+2
View File
@@ -31,6 +31,8 @@
This setting currently affects only HMPP projects. You may need to delete existing test configurations for the change to take place."
defaultValue="true"
restartRequired="false"/>
<projectService serviceImplementation="org.jetbrains.kotlin.idea.scripting.gradle.GradleScriptInputsWatcher"/>
</extensions>
<actions>