Skip to content

Commit

Permalink
Disable :jetbrains-gateway:inspectClassesForKotlinIC (#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rli committed May 30, 2023
1 parent 9f8d31a commit 49c40b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jetbrains-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,12 @@ tasks.integrationTest {
val testToken = RandomString.make(32)
environment("CWM_HOST_STATUS_OVER_HTTP_TOKEN", testToken)
}

tasks.inspectClassesForKotlinIC {
// > Task :jetbrains-gateway:inspectClassesForKotlinIC FAILED
// * What went wrong:
// Execution failed for task ':jetbrains-gateway:inspectClassesForKotlinIC'.
// > 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.
// > 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'.
enabled = false
}

0 comments on commit 49c40b4

Please sign in to comment.