-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Expected configuration ':paperweightDevelopmentBundle' to contain exactly one file, however, it contains more than one file.
#272
Comments
Update the userdev plugin |
id 'io.papermc.paperweight.userdev' version '2.0.0-beta.8', can confirm its working |
Same issue with |
you need to use 2.0.0 beta 8 |
Had the same problem, also worked with 2.0.0-beta.8 |
its because of the hardfork update ig |
@electronicboy are u going to release 2.0.0 soon |
This comment has been minimized.
This comment has been minimized.
Yeah this is solved with |
Starting with
io.papermc.paper:dev-bundle:1.21.4-R0.1-20241222.223054-19
the paperweight userdev plugin errors with:Expected configuration ':paper:paperweightDevelopmentBundle' to contain exactly one file, however, it contains more than one file.
I am using version
1.7.7
.Steps to reproduce:
Having
paperweight.paperDevBundle
with 1.21.4 fails.Same happens when directly using
paperweightDevelopmentBundle
for1.21.4-R0.1-20241215.095037-18
or later.Everything older or equal
1.21.4-R0.1-20241222.223054-19
works fine.dependencies { paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:1.21.4-R0.1-20241222.223054-19") }
Full stack trace
The text was updated successfully, but these errors were encountered: