Skip to content

Commit 49c40b4

Browse files
authored
Disable :jetbrains-gateway:inspectClassesForKotlinIC (#3695)
1 parent 9f8d31a commit 49c40b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jetbrains-gateway/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,12 @@ tasks.integrationTest {
122122
val testToken = RandomString.make(32)
123123
environment("CWM_HOST_STATUS_OVER_HTTP_TOKEN", testToken)
124124
}
125+
126+
tasks.inspectClassesForKotlinIC {
127+
// > Task :jetbrains-gateway:inspectClassesForKotlinIC FAILED
128+
// * What went wrong:
129+
// Execution failed for task ':jetbrains-gateway:inspectClassesForKotlinIC'.
130+
// > Cannot access input property 'sourceSetOutputClassesDir$kotlin_gradle_plugin_common' of task ':jetbrains-gateway:inspectClassesForKotlinIC'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). See https://docs.gradle.org/8.0.2/userguide/incremental_build.html#disable-state-tracking for more details.
131+
// > Failed to normalize content of 'C:\codebuild\tmp\output\src284282039\src\github.com\aws\aws-toolkit-jetbrains\jetbrains-gateway\build\classes\kotlin\main\classpath.index'.
132+
enabled = false
133+
}

0 commit comments

Comments
 (0)