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

Gradle Plugins are re-downloaded every build #120

Open
Strohgelaender opened this issue Jan 7, 2023 · 0 comments
Open

Gradle Plugins are re-downloaded every build #120

Strohgelaender opened this issue Jan 7, 2023 · 0 comments
Assignees

Comments

@Strohgelaender
Copy link
Contributor

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:

grafik

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

@Strohgelaender Strohgelaender self-assigned this Jan 7, 2023
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

No branches or pull requests

1 participant