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

Unreadable task inputs #151

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

  • Status
    No status

Relationships

None yet

Development

No branches or pull requests

Issue actions