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

Cross-project configuration resolution #55

Open
jpenilla opened this issue Jul 24, 2021 · 0 comments
Open

Cross-project configuration resolution #55

jpenilla opened this issue Jul 24, 2021 · 0 comments
Labels
status: accepted Issue is accepted and we want to address it type: bug Something isn't working

Comments

@jpenilla
Copy link
Member

Starting with Gradle 7.1.1, resolving configurations of another project in a task is now deprecated for removal in Gradle 8 (see https://docs.gradle.org/7.1.1/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors).

This warning is currently triggered for reobfJar in core and patcher.

These are some possible solutions, in no particular order:

  1. Resolve the remapper configuration during configuration time and provide the list of resolved files to RemapJar
  2. Add a remapper configuration to the server project as well
  3. Move reobfJar to the parent project instead of the server project
@DenWav DenWav added status: accepted Issue is accepted and we want to address it type: bug Something isn't working labels Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted Issue is accepted and we want to address it type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants