spring-attic / gs-gradle

Building Java Projects with Gradle :: Learn how to build a Java project with Gradle.

Home Page:http://spring.io/guides/gs/gradle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Build Java Code" section contains completed build.gradle, not the initial version

jestarjokin opened this issue · comments

Section says:
"Starting simple, create a very basic build.gradle file that has only one line in it:"
... then lists 27 lines of Gradle config!

This is because it's just including the build.gradle from the "initial" project dir, which seems to have been updated to be the same as the "completed" version.

Seems to be related to Issue #8 ?

I noticed the same thing but I see that you're already on it :)

One more thing:

The final build.gradle also contains a bunch of "// tag::" "// end::" bits which are unexplained in the guide.

Resolved by #12