Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Unreadable task inputsΒ #151

@sgammon

Description

@sgammon

πŸ› Describe the bug

Examples:

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':samples:fullstack:react-ssr:node:generateDevelopmentEsBuildConfig'.
> Cannot access input property 'modulesFolders$plugin' of task ':samples:fullstack:react-ssr:node:generateDevelopmentEsBuildConfig'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). See https://docs.gradle.org/8.1.2-buildless-11-20230501070000+0000/userguide/incremental_build.html#disable-state-tracking for more details.
   > java.nio.file.NoSuchFileException: /Volumes/VAULTROOM/elide/framework/build/js/node_modules/.bin
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':samples:fullstack:react:frontend:browserProductionWebpack'.
> Cannot access input property 'inputFiles' of task ':samples:fullstack:react:frontend:browserProductionWebpack'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). See https://docs.gradle.org/8.1.2-buildless-11-20230501070000+0000/userguide/incremental_build.html#disable-state-tracking for more details.
   > Failed to normalize content of '/Volumes/VAULTROOM/elide/framework/build/js/packages/elide-frontend/kotlin/kotlin-react.js.map'.

⚠️ Current behavior

It should not error

βœ… Expected behavior

It errors

πŸ’£ Steps to reproduce

Use the plugin with Gradle 8.x

πŸ“· Screenshots

See above

πŸ“± Tech info

Not relevant

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions