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

Guide has inconsistent behavior

gregturn opened this issue · comments

  1. The instructions reference a "very basic build.gradle file that only has one line in it:" but it shows the 27 line build.gradle file (final product of the exercise) in the sample text box. If you type it in as shown, then the exercise doesn't work as described. fixed via #12
  2. When I ran "gradle build" for the first time, it didn't create any .class files or reports, just the .jar files. Not sure if this is my config issue or a change in behavior since the guide was written?

Well, I've tried to fix the first item in my pull request (#12), but apparently, no one gives a shit.

@szymonszydelko I do appreciate your contribution. I've just been bogged down in other work. I went ahead and merged #12. I'm trying to free up some cycles to process all these open issues against the guides.