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

Conflict with Node plugin #15

Open
Tracked by #13
sgammon opened this issue Jul 5, 2022 · 0 comments
Open
Tracked by #13

Conflict with Node plugin #15

sgammon opened this issue Jul 5, 2022 · 0 comments
Labels
bug Something isn't working plugin:js JS tasks and related work
Milestone

Comments

@sgammon
Copy link
Member

sgammon commented Jul 5, 2022

When trying to build a project with the Gradle plugin which also applies the Node plugin, the following error surfaces, likely because Elide is applying it on behalf of the user:

Building Elide v3...
Type-safe project accessors is an incubating feature.

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/sam/Workspace/elide-v3/samples/fullstack/ssr/node/build.gradle.kts' line: 17

* What went wrong:
Error resolving plugin [id: 'com.github.node-gradle.node', version: '3.4.0']
> The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
6 actionable tasks: 6 up-to-date
make: *** [build] Error 1
@sgammon sgammon added bug Something isn't working plugin:js JS tasks and related work labels Jul 5, 2022
@sgammon sgammon mentioned this issue Jul 10, 2022
18 tasks
@sgammon sgammon added this to the 1.0.0 milestone Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin:js JS tasks and related work
Projects
None yet
Development

No branches or pull requests

1 participant