spring-guides / gs-batch-processing

Creating a Batch Service :: Learn how to create a basic batch-driven solution.

Home Page:https://spring.io/guides/gs/batch-processing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle build for the complete project is broken

psoares opened this issue · comments

A typo in the gradle.build prevents the project from compiling.
mvn install fails with the following error:

Plugin [id: 'org.springframework.boot', version: '3,0.0'] was not found in any of the following sources:

The coma in 3,0.0 needs to be replaced by a dot and become 3.0.0 (or 3.0.2 at this time).

@Buzzardo, @sdeleuze please have a look when it makes sense...

@psoares Thank you for raising this!

We will update the guide accordingly.

Fixed in #51

I could have pushed to main, but I think it's good to have a PR to match the issue, even though that means merging my own PR.

Thanks for letting us know.

@Buzzardo maybe you should cancel the PR #49 I had submitted too?

Done. We'll bump the version at the next minor version. We rarely worry about the patch versions, unless it's something like a security fix.