瀏覽代碼

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

Greg Turnquist 13 年之前
父節點
當前提交
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]