Просмотр исходного кода

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

Greg Turnquist 13 лет назад
Родитель
Сommit
71599e8e07
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      macros/create_both_builds.asc

+ 1
- 1
macros/create_both_builds.asc Просмотреть файл

@@ -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]