-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error in multi gradle module #161
Comments
You will need to configure the paperweight plugin in your root module with plugins {
id("io.papermc.paperweight.userdev") version "1.3.8" apply false
} in your root build.gradle.kts and then plugins {
id("io.papermc.paperweight.userdev")
} in your modules build.gradle.kts I'll close this as I believe we have been telling developers to set it up this way for a while. If someone is willing to try to fix this, I can reopen this issue as a tracking issue for progress made. |
This is a gradle issue, there is nothing we can do from our side |
Ah sweet, TIL 👍 |
… libraries (#652) * Update gitignore * Initial conversion * Fix API compile * Move NMS from libs to individual files * Remove 1.19.4 * Remove maven * Remove devcontainer * Now we're cooking with mojang mappings 1.18 worldhandler compiles * Build completed? * Update CI * Update gradle permissions * Add datapack build * Start working on Movecraft build * Almost there with shadowJar * WIP * Clean up * Working datapack and license to jar * Add roaringbitmap as library * Fix version embed * WIP * Reorganize modules * Try fix for PaperMC/paperweight#161 * Build a (hopefully) working jar * Fix 1.18 being mojang mapped * Refactor audiences
If you use paperweight in mutli module project its working until paperweight is implemented in a second module in the same project.
settings.gradle.kts
the projects bukkit and bukkit-mixin have implemented paperweight.
When adding paperweight to the first module, all is working well.
When adding to the second module, this error occures:
The text was updated successfully, but these errors were encountered: