|
|
@@ -4,7 +4,7 @@
|
|
4
|
4
|
// to see how this macro is used for writing Getting Started guides.
|
|
5
|
5
|
//
|
|
6
|
6
|
=== Create a Gradle build file
|
|
7
|
|
-Below is the https://github.com/spring-guides/${project_id}/blob/master/initial/build.gradle[initial Gradle build file]. But you can also use Maven. The pom.xml file is included https://github.com/spring-guides/${project_id}/blob/master/initial/pom.xml[right here]. If you are using link:/guides/gs/sts[Spring Tool Suite (STS)], you can import the guide directly.
|
|
|
7
|
+Below is the https://github.com/spring-guides/{project_id}/blob/master/initial/build.gradle[initial Gradle build file]. But you can also use Maven. The pom.xml file is included https://github.com/spring-guides/{project_id}/blob/master/initial/pom.xml[right here]. If you are using link:/guides/gs/sts[Spring Tool Suite (STS)], you can import the guide directly.
|
|
8
|
8
|
|
|
9
|
9
|
// AsciiDoc source formatting doesn't support groovy, so using java instead
|
|
10
|
10
|
[source,java]
|