spring-guides / gs-multi-module

Creating a Multi Module Project :: Learn how to build a library and package it for consumption in a Spring Boot application

Home Page:http://spring.io/guides/gs/multi-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Gradle Snippet

TurekBot opened this issue · comments

It looks like a gradle snippet has gone missing. Here's a link right to where the section is missing.

image

Oh, darn! Another!

image

Two more.

  1. initial
    • image
  2. complete
    • image

I was trying to reference the gradle snippets too. Apparently, they were removed in the commit: Upgrade to Boot 2.4.2

Yes, I removed them (because the build.gradle in the parent directory is all that is needed. I missed changing the document to match.

Thanks for catching this issue.

I restored the old arrangement of the build files and made the README match. I should be good now, but I'll leave this open until folks can verify.

LGTM