We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even though Gradle plugins are part of the build, the plugins are not included in the docker image and need to be re-downloaded every build:
Adding mavenlocal as gradle plugin repository does not solve the issue.
It seems that publishToMavenLocal does not include gradle plugins used in the build. We need to find a different approach.
publishToMavenLocal
One possibility could be updating the Gradle Offline Dependencies Plugin, which is no longer maintained since 2019.
Also see this discussion: https://discuss.gradle.org/t/need-a-gradle-task-to-copy-all-dependencies-to-a-local-maven-repo/13397/13
The text was updated successfully, but these errors were encountered:
Strohgelaender
No branches or pull requests
Even though Gradle plugins are part of the build, the plugins are not included in the docker image and need to be re-downloaded every build:
Adding mavenlocal as gradle plugin repository does not solve the issue.
It seems that
publishToMavenLocal
does not include gradle plugins used in the build. We need to find a different approach.One possibility could be updating the Gradle Offline Dependencies Plugin, which is no longer maintained since 2019.
Also see this discussion: https://discuss.gradle.org/t/need-a-gradle-task-to-copy-all-dependencies-to-a-local-maven-repo/13397/13
The text was updated successfully, but these errors were encountered: