|
|
|
|
18
|
|
18
|
|
19
|
== What you'll need
|
19
|
== What you'll need
|
20
|
|
20
|
|
21
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
|
|
|
|
|
21
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
|
22
|
|
22
|
|
23
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
|
|
|
|
|
23
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
|
24
|
|
24
|
|
25
|
|
25
|
|
26
|
[[scratch]]
|
26
|
[[scratch]]
|
27
|
== Set up the project
|
27
|
== Set up the project
|
28
|
|
28
|
|
29
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
|
|
|
|
29
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
30
|
|
30
|
|
31
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
|
|
|
|
31
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
32
|
|
32
|
|
33
|
|
33
|
|
34
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
|
|
|
|
34
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
35
|
|
35
|
|
36
|
`build.gradle`
|
36
|
`build.gradle`
|
37
|
// AsciiDoc source formatting doesn't support groovy, so using java instead
|
37
|
// AsciiDoc source formatting doesn't support groovy, so using java instead
|