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

Plugin dependencies should be resolved through the buildscript context #26

Open
chrisdennis opened this issue Nov 14, 2023 · 0 comments · May be fixed by #27
Open

Plugin dependencies should be resolved through the buildscript context #26

chrisdennis opened this issue Nov 14, 2023 · 0 comments · May be fixed by #27

Comments

@chrisdennis
Copy link

Rather than requiring modification of the plugin repository set to allow the RAT libraries to be resolved through a configuration tied to the host project's repositories the RAT libraries should be resolved through the pluginManagement repository set.

More directly, the following build.gradle.kts should work without needing mavenCentral() added to the project repository set:

plugins {
    id("base")
    id("org.nosphere.apache.rat")
}
chrisdennis added a commit to chrisdennis/creadur-rat-gradle that referenced this issue Nov 14, 2023
chrisdennis added a commit to chrisdennis/creadur-rat-gradle that referenced this issue Nov 14, 2023
@eskatos eskatos linked a pull request Nov 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant