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

Remote build cache is not enabled when using Maven conventions #83

Closed
wilkinsona opened this issue Jul 3, 2024 · 0 comments
Closed
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Collaborator

Build cache at 'https://ge.spring.io' is not a Develocity build cache that is compatible with Maven builds

The cause is an inconsistency between Develocity's Gradle plugin and its Maven extension. The former uses something like https://ge.spring.io as the URL for the cache and then automatically appends /cache/ to it. The latter requires a URL like https://ge.spring.io/cache/.

We can update the conventions to append /cache/ when we're configuring the Maven side of things.

@wilkinsona wilkinsona self-assigned this Jul 3, 2024
@wilkinsona wilkinsona added the type: bug A general bug label Jul 3, 2024
@wilkinsona wilkinsona added this to the 0.0.19 milestone Jul 3, 2024
@wilkinsona wilkinsona changed the title Remove build cache is not enabled when using Maven conventions Remote build cache is not enabled when using Maven conventions Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant