Explorar el Código

Merge branch 'master' of github.com:spring-guides/getting-started-macros

Greg Turnquist hace 13 años
padre
commit
71599e8e07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      macros/create_both_builds.asc

+ 1
- 1
macros/create_both_builds.asc Ver fichero

4
 // to see how this macro is used for writing Getting Started guides.
4
 // to see how this macro is used for writing Getting Started guides.
5
 //
5
 //
6
 === Create a Gradle build file
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
 // AsciiDoc source formatting doesn't support groovy, so using java instead
9
 // AsciiDoc source formatting doesn't support groovy, so using java instead
10
 [source,java]
10
 [source,java]