Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreadable task inputs #151

Open
sgammon opened this issue May 1, 2023 · 0 comments
Open

Unreadable task inputs #151

sgammon opened this issue May 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sgammon
Copy link
Member

sgammon commented May 1, 2023

🐛 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

@sgammon sgammon added the bug Something isn't working label May 1, 2023
@sgammon sgammon added this to the 1.0.0 milestone May 1, 2023
@sgammon sgammon self-assigned this May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant